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

What is the use of a conditional inclusion statement in C?

0 Answers   Global Logic,


write a program which will count occurance of a day between two dates.

1 Answers   IonIdea,


How to calculate sum

2 Answers  


write a prgram of swapping with 2 valiables

6 Answers  


What is the meaning of 2d in c?

0 Answers  






What are high level languages like C and FORTRAN also known as?

0 Answers  


Write a program to print factorial of given number without using recursion?

0 Answers  


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

0 Answers  


What are register variables in c?

0 Answers  


Write code for finding depth of tree

2 Answers   Adobe,


What is binary tree in c?

0 Answers  


what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above

3 Answers   Accenture, Infosys, Wipro,


Categories