adspace
Answer Posted / shruti
that is the main drawback of an array..
u cannot assign memory at run time...
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
write a c program to find the sum of five entered numbers using an array named number
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
In C programming, how do you insert quote characters (‘ and “) into the output screen?
How can I implement sets or arrays of bits?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
`write a program to display the recomended action depends on a color of trafic light using nested if statments
swap 2 numbers without using third variable?
ATM machine and railway reservation class/object diagram
What is dynamic dispatch in c++?
Differentiate between null and void pointers.
What is the general form of a C program?
What are pointers? What are different types of pointers?
What are compound statements?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?