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

What are runtime error?

0 Answers  


What is #error and use of it?

0 Answers  


What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


a simple program in c language

5 Answers   IBM,


Explain null pointer.

0 Answers  






main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,


how to impliment 2 or more stacks in a single dimensional array ?

1 Answers   iFlex, Microsoft,


what is the difference between static variable and register variable?

3 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture,


WHO WROTE C LANGUAGE?

4 Answers  


Categories