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
code for selection sort?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Where is c used?
In c programming language, how many parameters can be passed to a function ?
nic scientist exam
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Explain what are the __date__ and __time__ preprocessor commands?
Explain what are binary trees?
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }
differentiate built-in functions and user – defined functions.