What does the message "automatic aggregate intialization is an ansi feature" mean?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the size of a union variable?

0 Answers  


what are brk, sbrk?

1 Answers   Oracle,


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

0 Answers  


What are the advantages of the functions?

0 Answers  


List some of the static data structures in C?

0 Answers  






Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }

7 Answers   TCS,


what is the main use of c where it can use the c

2 Answers   Infosys,


What is the difference between null pointer and the void pointer?

3 Answers  


What is difference between far and near pointers?

0 Answers  


how to find string length wihtout using c function?

6 Answers  


Can the “if” function be used in comparing strings?

0 Answers  


#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?

7 Answers   Intel,


Categories