Is c still relevant?


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

Post New Answer

More C Interview Questions

write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

0 Answers   Subex,


What are disadvantages of C language.

0 Answers   iNautix,


what is difference between null and nul in c language

2 Answers  


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

0 Answers  


How many keywords are there in c?

0 Answers  






What are volatile variables?

1 Answers   Mind Tree,


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

0 Answers  


Explain about C function prototype?

0 Answers  


What is default value of global variable in c?

0 Answers  


What is the use of ?

0 Answers  


Categories