What are c identifiers?


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

Post New Answer

More C Interview Questions

actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston

3 Answers   Ramco,


Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }

3 Answers   NDS,


What is the best style for code layout in c?

0 Answers  


What is the difference between struct and union in C?

1 Answers  


What is || operator and how does it function in a program?

0 Answers  






What are .h files and what should I put in them?

3 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


Explain what is the best way to comment out a section of code that contains comments?

0 Answers  


What is the size of structure pointer in c?

0 Answers  


What is c standard library?

0 Answers  


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

0 Answers   Subex,


Categories