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 are integer variable, floating-point variable and character variable?
What are the different types of C instructions?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What are Macros? What are its advantages and disadvantages?
What is a example of a variable?
What are c identifiers?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is extern c used for?
What is pragma in c?
What functions are used for dynamic memory allocation in c language?
What oops means?
What is substring in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is external variable in c?