Why is c fast?


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

Post New Answer

More C Interview Questions

How can I insert or delete a line (or record) in the middle of a file?

0 Answers  


here is a link to download Let_Us_C_-_Yashwant_Kanetkar

3 Answers   Microsoft,


code for quick sort?

0 Answers  


Are pointers integers in c?

0 Answers  


biggest of two no's with out using if condition statement

5 Answers  






Is fortran still used in 2018?

0 Answers  


What is pointer to pointer in c?

0 Answers  


question-how to run a c programme.

6 Answers  


how to introdu5ce my self in serco

0 Answers  


An entire structure variable can be assigned to another structure variable if __________

3 Answers   Sasken, TCS, Tech Mahindra, Wipro,


12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

4 Answers   Accenture,


What is the use of define in c?

0 Answers  


Categories