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 static identifier?

0 Answers   TCS,


What's the best way to declare and define global variables?

7 Answers  


Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).

1 Answers  


a=5 a=a++/++a

14 Answers   Bhel,


What do you understand by normalization of pointers?

0 Answers  


How can I find leaf node with smallest level in a binary tree?

1 Answers  


main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }

2 Answers  


what is dangling pointer?

1 Answers   LG Soft,


How do you determine the length of a string value that was stored in a variable?

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

4 Answers   CTS,


What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


Categories