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

What are type modifiers in c?

0 Answers  


#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,


which of 'arrays' or 'pointers' are faster?

5 Answers  


Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 Answers  






Explain what is the benefit of using enum to declare a constant?

0 Answers  


can we access one file to one directory?

1 Answers  


how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

19 Answers   RMSI,


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


What is a c token and types of c tokens?

0 Answers  


write a program to find the given number is prime or not

2 Answers   Accenture, Vasutech,


Categories