Is main a keyword in c?


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

Post New Answer

More C Interview Questions

How pointer is different from array?

0 Answers  


What does char * * argv mean in c?

0 Answers  


How are variables declared in c?

0 Answers  


what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error

9 Answers   Infosys,


How do I use strcmp?

0 Answers  






what is the difference between const volatile int i & volatile const int j;

2 Answers   HCL,


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


can any one tel me wt is the question pattern for NIC exam

0 Answers   NIC,


What is meant by keywords in c?

0 Answers  


a program that can input number of records and can view it again the record

0 Answers   Accenture,


Explain goto?

0 Answers  


Is register a keyword in c?

0 Answers  


Categories