How many keywords are there in c?


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

Post New Answer

More C Interview Questions

what are the uses of structure?

7 Answers   HCL,


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

0 Answers  


Why doesnt long int work?

0 Answers  


What does 1f stand for?

0 Answers  


Is null valid for pointers to functions?

0 Answers  






What 'lex' does?

0 Answers   Tech Mahindra,


what is software?

7 Answers   Wipro,


Why is structure padding done in c?

0 Answers  


What is the use of sizeof () in c?

0 Answers  


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


what is use#in c

3 Answers  


Explain the Difference between the New and Malloc keyword.

0 Answers   InterGraph,


Categories