Is main is a keyword in c?


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

Post New Answer

More C Interview Questions

What are the features of the c language?

0 Answers  


How a string is stored in c?

0 Answers  


What is the difference between fread and fwrite function?

0 Answers  


#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)

10 Answers  






What is the default value of local and global variables in c?

0 Answers  


What does main () mean in c?

0 Answers  


difference between native and cross compilers

0 Answers  


program for comparing 2 strings without strcmp()

4 Answers  


What is the explanation for the dangling pointer in c?

0 Answers  


Why & is used in scanf in c?

0 Answers  


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

0 Answers  


Categories