What is fflush() function?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between NULL & NUL keywords in C?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
what is the difference between definition and declaration? give me some examples.
how to introdu5ce my self in serco
How do you use a 'Local Block'?
Convert the following expression to postfix and prefix (A+B) * (D-C)
what is c language?
how to find anagram without using string functions using only loops in c programming
What is the difference between exit() and _exit() function in c?
Why enum is used in c?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA