Is c still used?


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

Post New Answer

More C Interview Questions

Two's compliment of -5

4 Answers   Adobe,


What is the heap?

0 Answers  


What is bubble sort in c?

0 Answers  


There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?

5 Answers   Microsoft, TCS,


Why do we use pointer to pointer in c?

0 Answers  






write a program to find the sum of the array elements in c language?

24 Answers   ICT, Infosys, Wipro,


What are the various types of control structures in programming?

0 Answers  


write a program to find the given number is prime or not

2 Answers   Accenture, Vasutech,


main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }

1 Answers   Vector,


What is main void in c?

1 Answers  


what is compiler

6 Answers  


What are valid signatures for the Main function?

0 Answers  


Categories