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
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
how can f be used for both float and double arguments in printf? Are not they different types?
What is the difference between exit() and _exit()?
what is difference between array of characters and string
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
what's the return value of malloc()
What are c preprocessors?
How can you read a directory in a C program?
Describe the difference between = and == symbols in c programming?
What is a scope resolution operator in c?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
What is #include called?