What are the c keywords?


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

Post New Answer

More C Interview Questions

What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;

12 Answers   TCS,


enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?

4 Answers   TCS,


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


Can we write a program without main() function?

9 Answers  


what is a constant pointer in C

0 Answers  






What does a pointer variable always consist of?

0 Answers  


what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string

3 Answers  


write a program of bubble sort using pointer?

3 Answers   TCS,


I need a sort of an approximate strcmp routine?

0 Answers  


How to print %d in output

6 Answers   Wipro,


Are c and c++ the same?

0 Answers  


What is operator precedence?

0 Answers  


Categories