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

int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā€œ%dā€,*(*(x+1)+3));

2 Answers   Wipro,


How many keywords are there in c?

0 Answers  


What is meant by preprocessor in c?

0 Answers  


Does sprintf put null character?

0 Answers  


what is a static function

10 Answers   Satyam,






Why doesnt long int work?

0 Answers  


To find whether a number is even or odd without using any conditional operator??

12 Answers   College School Exams Tests, IBM,


Which type of language is c?

0 Answers  


how we can make 3d venturing graphics on outer interface

1 Answers   Microsoft,


write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 Answers  


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

0 Answers  


the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 Answers  


Categories