What are keywords in c with examples?


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

Post New Answer

More C Interview Questions

What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }

1 Answers   Google,


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

0 Answers   TCS,


How can I sort more data than will fit in memory?

0 Answers  


Why void is used in c?

0 Answers  


What is the purpose of void pointer?

0 Answers  






provide an example of the Group by clause, when would you use this clause

0 Answers  


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Subex,


Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??

4 Answers  


Why can't I perform arithmetic on a void* pointer?

0 Answers  


How can I avoid the abort, retry, fail messages?

0 Answers  


what is the use of macro program

1 Answers   TCS,


what are the stages of compilation

1 Answers   Bosch,


Categories