Why do we use c for the speed of light?


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

Post New Answer

More C Interview Questions

what is the difference between structure and union?

3 Answers  


Explain what happens if you free a pointer twice?

0 Answers  


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


what is the use of ~ in c lang?????

3 Answers  


wap in c to accept a number display the total count of digit

4 Answers  






fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

17 Answers   NDS,


Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


Explain what is the difference between a string and an array?

0 Answers  


What is meant by inheritance?

0 Answers  


What is a pragma?

0 Answers  


What is the use of getchar() function?

0 Answers  


what's the return value of malloc()

9 Answers  


Categories