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

Post New Answer

More C Interview Questions

Whats s or c mean?

0 Answers  


What is c method?

0 Answers  


Write a program to find the biggest number of three numbers in c?

0 Answers  


int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 Answers  


Once I have used freopen, how can I get the original stdout (or stdin) back?

0 Answers  






Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()

2 Answers   Accenture, TCS,


Can two or more operators such as and be combined in a single line of program code?

0 Answers  


What is ## preprocessor operator in c?

0 Answers  


Why c is called object oriented language?

0 Answers  


how to add our own function in c library please give details.?

1 Answers   TCS,


When should the register modifier be used? Does it really help?

0 Answers  


What is string function c?

0 Answers  


Categories