What are the 32 keywords in c?


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

Post New Answer

More C Interview Questions

What is a volatile keyword in c?

0 Answers  


Is there any possibility to create customized header file with c programming language?

0 Answers  


write a program to convert a expression in polish notation (postfix) to inline (normal)

0 Answers   Siemens,


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


what is the difference between. system call and library function?

2 Answers   CDAC, Satyam,






how to find that no is int or float?

5 Answers  


When should you use a type cast?

0 Answers  


difference between loading and linking

1 Answers  


main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


Write a simple code fragment that will check if a number is positive or negative.

0 Answers  


What is #include stdio h and #include conio h?

0 Answers  


Categories