what are the files which are automatically opened when a c
file is executed?
Answers were Sorted based on User's Feedback
Answer / j j ramesh / ap / mca / jjcet
.exe and .obj files are open
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / om
stdin ,stdout, strcpy copies the data from one string to
another...
memcpy copies the data's memory...
| Is This Answer Correct ? | 2 Yes | 3 No |
i want to know aptitude questions,technical questions
What does volatile do?
Explain main function in c?
what is the difference between const volatile int i & volatile const int j;
What is sizeof int in c?
main difference between c and c++ language
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What Is The Difference Between Null And Void Pointer?
wat is the meaning of c?
How can you find the exact size of a data type in c?
What is the difference between ++a and a++?
what is the little endian and big endian?