Explain how can I avoid the abort, retry, fail messages?


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

Post New Answer

More C Interview Questions

study the code: #include<stdio.h> void main() { const int a=100; int *p; p=&a; (*p)++; printf("a=%dn(*p)=%dn",a,*p); } What is printed? A)100,101 B)100,100 C)101,101 D)None of the above

15 Answers   Accenture, TCS,


Is null equal to 0 in sql?

0 Answers  


What are Storage Classes in C ?

32 Answers   CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,


a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'

2 Answers  


how to write hello word without using semicolon at the end?

6 Answers   Accenture,






What is the code in while loop that returns the output of given code?

0 Answers  


what type of errors are checked during compilation

3 Answers  


Was 2000 a leap year?

0 Answers  


What does == mean in texting?

0 Answers  


implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*

1 Answers  


how do you programme Carrier Sense Multiple Access

0 Answers  


Categories