Why c is faster than c++?


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

Post New Answer

More C Interview Questions

Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)

6 Answers   Subex,


What is the use of header files?

0 Answers  


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

11 Answers   CISOC, CitiGroup, College School Exams Tests,


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


What is quick sort in c?

0 Answers  






Can main () be called recursively?

0 Answers  


write the program to find multiplication of 2-D matrix??????????

1 Answers  


What is volatile, register definition in C

0 Answers   Cognizant,


C passes By value or By reference?

5 Answers   Geometric Software, Infosys,


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

0 Answers  


How can you call a function, given its name as a string?

0 Answers  


print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5

7 Answers   IBM,


Categories