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 c language & why it is used?

0 Answers  


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


Are the outer parentheses in return statements really optional?

0 Answers  


given post order,in order construct the corresponding binary tree

0 Answers   S-Cube, Wipro,


What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value

2 Answers   DynPro, TCS,






write a c program to find biggest of 3 number without relational operator?

12 Answers   TCS, Wipro,


code for bubble sort?

1 Answers  


What is sizeof int in c?

0 Answers  


what is c

1 Answers  


Why is sprintf unsafe?

0 Answers  


What is the real time usage volatile?

2 Answers   Polycom,


Here is a neat trick for checking whether two strings are equal

0 Answers  


Categories