Where is c used?


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

Post New Answer

More C Interview Questions

how to find that no is int or float?

5 Answers  


What does a run-time "null pointer assignment" error mean?

2 Answers  


How do I use void main?

0 Answers  


How can I write a function that takes a format string and a variable number of arguments?

0 Answers  


Is c procedural or functional?

0 Answers  






Explain the properties of union.

0 Answers  


write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,


what are enumerations in C

0 Answers   TCS,


Explain what is the most efficient way to store flag values?

0 Answers  


What will be the output of x++ + ++x?

20 Answers   MBT, Religare,


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);

8 Answers   HCL,


Categories