Why isn't any of this standardized in c? Any real program has to do some of these things.
No Answer is Posted For this Question
Be the First to Post Answer
Why we use void main in c?
how to implement stack work as a queue?
Can include files be nested? How many levels deep can include files be nested?
What is context in c?
Explain what is the difference between functions getch() and getche()?
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }
praagnovation
What is the difference between #include and #include 'file' ?
write a program to find lcm and hcf of two numbers??
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are runtime error?
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