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

How can I access a memory located at certain address?

2 Answers   CSC,


An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 Answers  


what is the use of pointers

6 Answers   Adobe, GrapeCity,


What is the relation between # and include<stdio.h>

5 Answers   HCL,


Explain enumerated types in c language?

0 Answers  






What is function prototype in c with example?

0 Answers  


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


how can we print  hellow world programme without using semicolon

3 Answers  


what is the defrenece between structure and union

5 Answers   Aloha Technology,


In c language can we compile a program without main() function?

0 Answers  


without a terminator how can we print a message in a printf () function.

7 Answers   NIIT,


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  


Categories