What do you mean by keywords in c?


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

Post New Answer

More C Interview Questions

how to print this sereis 2 4 3 6 5..........?

3 Answers  


10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

5 Answers   Accenture,


How do I send escape sequences to control a terminal or other device?

0 Answers  


In header files whether functions are declared or defined?

1 Answers   TCS,


write program on arrays

3 Answers   GE, Polycab,






How do you initialize function pointers? Give an example?

3 Answers  


What is difference between structure and union in c programming?

0 Answers  


What is the purpose of void pointer?

0 Answers  


accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input

1 Answers  


every function has return the value?

1 Answers  


Why isnt any of this standardized in c?

0 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


Categories