Why is c faster?


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

Post New Answer

More C Interview Questions

can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????

2 Answers   Cognizant,


Explain what is the use of a semicolon (;) at the end of every program statement?

0 Answers  


Write a C program where input is: "My name is xyz". output is: "xyz is name My".

1 Answers   TCS,


will the program compile? int i; scanf(ā€œ%dā€,i); printf(ā€œ%dā€,i);

3 Answers  


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

0 Answers  






Does free set pointer to null?

0 Answers  


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

0 Answers  


without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


Explain how are 16- and 32-bit numbers stored?

0 Answers  


when user give a number it multiply with 9 without useing '+' and '*' oprator

4 Answers  


What is use of integral promotions in c?

0 Answers  


Categories