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 happens if you free a pointer twice?

0 Answers  


In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 Answers  


What is #include cctype?

0 Answers  


How do you use a pointer to a function?

0 Answers  


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

0 Answers  






How do you write a program which produces its own source code as output?

0 Answers  


Does c have enums?

0 Answers  


please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(

1 Answers  


Write a code to determine the total number of stops an elevator would take to serve N number of people.

0 Answers   Expedia,


How the C program can be compiled?

11 Answers   HP,


Can i use “int” data type to store the value 32768? Why?

0 Answers  


Explain about the constants which help in debugging?

0 Answers  


Categories