Explain 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

Why do we use int main?

0 Answers  


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"

6 Answers   IBM,


What is sizeof c?

0 Answers  


how can I convert a string to a number?

0 Answers  


What is a volatile keyword in c?

0 Answers  






int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


what is the function of void main()?

8 Answers  


char ch="{'H','I',0};printf("%s",ch);what is output

9 Answers   Accenture,


Why header files are used?

0 Answers  


the operator for exponencation is a.** b.^ c.% d.not available

5 Answers   TCS,


What is string function c?

0 Answers  


What is the use of in c?

0 Answers  


Categories