Answer Posted / manju
It increases the speed of excecution when there is a need
for the usage of arrays....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are 3 types of structures?
What is a void pointer? When is a void pointer used?
Differentiate abs() function from fabs() function.
When should the register modifier be used? Does it really help?
What is indirection?
What is an example of structure?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is c mainly used for?
a c code by using memory allocation for add ,multiply of sprase matrixes
How do we make a global variable accessible across files? Explain the extern keyword?
What is the difference between scanf and fscanf?
What is main () in c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What are the advantages of the functions?