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 main function in c?

0 Answers  


without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


What do you understand by normalization of pointers?

0 Answers  


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

0 Answers   Wilco,


Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4

3 Answers  


What is static memory allocation? Explain

0 Answers  


What is the difference between test design and test case design?

0 Answers  


Can I pass constant values to functions which accept structure arguments?

2 Answers  


What is the 'named constructor idiom'?

0 Answers  


Why is c still so popular?

0 Answers  


how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......

10 Answers   Infosys,


Categories