Explain what are run-time errors?


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

Post New Answer

More C Interview Questions

How will you allocate memory to double a pointer?

1 Answers  


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Subex,


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

0 Answers  


Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  


What does return 1 means in c?

0 Answers  






what are the compilation steps? ( i want inside the compiler )

2 Answers  


Why main is not a keyword in c?

0 Answers  


What is meaning of tree

0 Answers  


what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....

1 Answers   TCS,


What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  


Can variables be declared anywhere in c?

0 Answers  


Write a program to check palindrome number in c programming?

0 Answers  


Categories