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 the difference between exit() and _exit() function?
What are logical errors and how does it differ from syntax errors?
How do we print only part of a string in c?
Explain is it better to bitshift a value than to multiply by 2?
What is static volatile in c?
Why dont c comments nest?
Is c still relevant?
What is the modulus operator?
How can a program be made to print the line number where an error occurs?
Tell me is null always defined as 0(zero)?
Which programming language is best for getting job 2020?
please explain every phase in the "SDLC" in the dotnet.
How do you sort filenames in a directory?
Why c is a mother language?
Why we not create function inside function.