What is the difference between c and python?


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

Post New Answer

More C Interview Questions

what do u mean by Direct access files? then can u explain about Direct Access Files?

0 Answers   LG Soft,


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


Can we compile a program without main() function?

0 Answers  


what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 Answers  


char *p="name"; printf(p);

1 Answers  






What is the size of a union variable?

0 Answers  


What would be an example of a structure analogous to structure c?

0 Answers  


Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 Answers   Microsoft,


read a number & print all its devisors using c-program?

3 Answers  


What does *p++ do?

0 Answers  


How do I copy files?

0 Answers  


Explain how do you override a defined macro?

0 Answers  


Categories