Tell me can the size of an array be declared at runtime?
No Answer is Posted For this Question
Be the First to Post Answer
What is an example of enumeration?
What is getch() function?
What is the heap?
What does sizeof return c?
Write a program to find given number is even or odd without using any control statement.
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
What is the significance of c program algorithms?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Where can I get an ansi-compatible lint?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
I need a sort of an approximate strcmp routine?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe