What are the features of c languages?


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

Post New Answer

More C Interview Questions

Find occurence of a character in a sting.

3 Answers   TCS,


What is type qualifiers?

0 Answers  


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

0 Answers  


What are header files? What are their uses?

0 Answers  


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,






Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer

0 Answers  


How can I read a binary data file properly?

0 Answers  


Explain b+ tree?

0 Answers  


write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables

2 Answers   TCS,


How can I handle floating-point exceptions gracefully?

0 Answers  


void main() { int i=5; printf("%d",i+++++i); }

17 Answers   ME,


What is the purpose of 'register' keyword in c language?

0 Answers  


Categories