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

Mention four important string handling functions in c languages .

0 Answers  


find the size of structure without using the size of function

1 Answers   Bosch,


hi any body pls give me company name interview conduct "c" language only

0 Answers  


Can I initialize unions?

0 Answers  


Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?

1 Answers   Oracle,






What is the use of header files?

0 Answers  


What is the hardest programming language?

0 Answers  


What is string concatenation in c?

0 Answers  


what is the difference between call by value and call by reference?

5 Answers   Genpact, Global Logic, Infosys,


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

1 Answers   C DAC,


how to find binary of number?

2 Answers  


Categories