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

What is use of #include in c?

0 Answers  


What is a c token and types of c tokens?

0 Answers  


What is the difference between test design and test case design?

0 Answers  


How are 16- and 32-bit numbers stored?

0 Answers  


Is c weakly typed?

0 Answers  






Do pointers take up memory?

0 Answers  


Without using main fn and semicolon,print remainder for a given number in C language

2 Answers  


what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?

4 Answers  


suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  


write a program that will read the temperature in Celsius and convert that into Fahrenheit.

1 Answers  


Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.

0 Answers  


What is pass by reference in c?

0 Answers  


Categories