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

Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

0 Answers   IBM,


Why is %d used in c?

0 Answers  


list the no of files created when c source file is compiled

9 Answers   TCS,


what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }

1 Answers   Motorola,


Which header file should you include if you are to develop a function which can accept variable number of arguments?

0 Answers   TCS, TISL,






how to make program without <> in library.

1 Answers   ADITI,


In which category does main function belong??

5 Answers  


What are the data types present in c?

0 Answers  


Do variables need to be initialized?

0 Answers  


write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?

1 Answers   TCS,


What is wrong with this program statement?

0 Answers  


which operator is known as dummy operator in c?

2 Answers   Wipro,


Categories