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 is a pointer in c?

3 Answers  


write a c program to find the sum of five entered numbers using an array named number

0 Answers   TATA,


Why doesnt that code work?

0 Answers  


How will you divide two numbers in a MACRO?

0 Answers   Apps Associates,


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

0 Answers  


Explain how can you tell whether a program was compiled using c versus c++?

0 Answers  


Explain what is the difference between far and near ?

0 Answers  


application attempts to perform an operation?

0 Answers  


WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 Answers   3D PLM, Code Studio, Deltech, IBM,


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

0 Answers  


Explain what is wrong with this program statement? Void = 10;

0 Answers  


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


Categories