How can I handle floating-point exceptions gracefully?
No Answer is Posted For this Question
Be the First to Post Answer
what are the advantages of a macro over a function?
what are brk, sbrk?
What is the difference between text and binary i/o?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
How do you generate random numbers in C?
What is the use of keyword VOLATILE in C?
Explain what header files do I need in order to define the standard library functions I use?
Why isnt any of this standardized in c?
What are the types of variables in c?
Which is the memory area not included in C program? give the reason