Answer Posted / shruti
Array is a collection of homogeneous data-types..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the use of void pointer and null pointer in c language?
What is union and structure?
What is the function of multilevel pointer in c?
Describe explain how arrays can be passed to a user defined function
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Explain 'bus error'?
How do I round numbers?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Why is c faster?
Explain can static variables be declared in a header file?
How do you override a defined macro?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is data structure in c programming?
What do the functions atoi(), itoa() and gcvt() do?
What is a null pointer in c?