Why can’t constant values be used to define an array’s initial size?


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

Post New Answer

More C Interview Questions

main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?

7 Answers   Ramco,


Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

4 Answers   Subex,


How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran

0 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database

2 Answers   TCS, Unisys, Webyog,


Write a program to swap two numbers without using third variable in c?

0 Answers  


Why is structure important for a child?

0 Answers  


difference between c and c++?

2 Answers  


What is quick sort in c?

0 Answers  


How can I write a function analogous to scanf?

0 Answers  


Explain which function in c can be used to append a string to another string?

0 Answers  


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

0 Answers  


How can I write a function that takes a format string and a variable number of arguments?

0 Answers  


Categories