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

is it possible to change the default calling convention in c ?

1 Answers   Aptech,


What is pointer & why it is used?

0 Answers  


c program to manipulate x=1+3+5+...+n using recursion

2 Answers   Wipro,


f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?

7 Answers   Geometric Software,


What are near, far and huge pointers?

0 Answers   Hexaware, Thomson Reuters, Virtusa,






All technical questions

0 Answers   TCS,


How do you convert strings to numbers in C?

0 Answers  


What is the use of putchar function?

0 Answers  


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

0 Answers  


how many key words availabel in c a) 28 b) 31 c) 32

0 Answers  


Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.

1 Answers  


Is c procedural or object oriented?

0 Answers  


Categories