Day 17: Sorting of numbers using array.
Swapping: The process of exchanging the values of any two variable is called swapping. For example, if a=5,b=6 After swapping, b=5, a=6 t=a; //t=5 a=b;//a=6 b=t;//b=5 Sorting: Sorting is the…
Swapping: The process of exchanging the values of any two variable is called swapping. For example, if a=5,b=6 After swapping, b=5, a=6 t=a; //t=5 a=b;//a=6 b=t;//b=5 Sorting: Sorting is the…
1. What is web technology? Explain different data types used in JavaScript. Ans -> Web technology refers to the collection of tools, software, protocols, and standards that are used for…
1. Write the advantage of pointer. Write a C program to enter the radius of a football and find the area of football by using user defined function. Answer:Followings are…
JavaScript is a type of computer language that lets websites and web applications do interactive and dynamic things. It helps make web pages more than just static text and images…
In the vast world of databases, keys play a crucial role in organizing and maintaining data integrity. They act as special identifiers, ensuring the unique identification of records and establishing…
Normalization is the process of organizing and structuring data in a database to minimize redundancy and improve efficiency. It involves breaking down a large table into smaller tables and establishing…
SQL, or Structured Query Language, is a language used to communicate with and manage databases. It's like a special language that helps us ask questions and give instructions to databases…
Unit-2 Networking In the past, people use pigeon to send and receive message for long distance. Later on invention of telegram telegraph and telephone made made a remarkable change in…
Data: Data are the collection of raw facts and figure which are unorganized, uninterpreted, and isolated, which doesn’t give any particular sense. They are randomly gathered. So that they can be…