Explain how can I avoid the abort, retry, fail messages?
No Answer is Posted For this Question
Be the First to Post Answer
what is an inline function?
What is the use of extern in c?
What is typeof in c?
What is a buffer in c?
Which sorting algorithm is the best?
What is const and volatile in c?
Are bit fields portable?
Explain a pre-processor and its advantages.
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
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
What do you mean by a local block?