Why is python slower than c?


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

Post New Answer

More C Interview Questions

main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,


write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


what is answer for perfect number????????????????

1 Answers  


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  


c program to manipulate x=1!+2!+3!+...+n! using recursion

1 Answers   TCS,






What do mean by network ?

0 Answers  


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


What is Conio.h ?

2 Answers   TCS,


What is merge sort in c?

0 Answers  


Sir i need notes for structure,functions,pointers in c language can you help me please

0 Answers   TCS,


What is console in c language?

0 Answers  


What does %2f mean in c?

0 Answers  


Categories