What is maximum size of array in c?


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

Post New Answer

More C Interview Questions

How to delete a node from linked list w/o using collectons?

0 Answers   Zycus Infotech,


In which category does main function belong??

5 Answers  


Explain what are multibyte characters?

0 Answers  


What is a header file?

0 Answers  


How to write a multi-statement macro?

0 Answers  






Why is c called a mid-level programming language?

0 Answers  


Explain the bubble sort algorithm.

0 Answers  


Why header files are used?

0 Answers  


What is %g in c?

0 Answers  


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

0 Answers   Wipro,


What is wrong with this declaration?

0 Answers  


Categories