what are the files which are automatically opened when a c
file is executed?
Answer Posted / om
stdin ,stdout, stderr
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is switch in c?
What does %c mean in c?
How do you view the path?
Write a program to print factorial of given number without using recursion?
Is main an identifier in c?
What is logical error?
Is there any data type in c with variable size?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is far pointer in c?
How can I open files mentioned on the command line, and parse option flags?
What is the meaning of 2d in c?
What do you understand by normalization of pointers?
What is the benefit of using an enum rather than a #define constant?
What’s a signal? Explain what do I use signals for?
Why does not c have an exponentiation operator?