what are the files which are automatically opened when a c
file is executed?

Answers were Sorted based on User's Feedback



what are the files which are automatically opened when a c file is executed?..

Answer / j j ramesh / ap / mca / jjcet

.exe and .obj files are open

Is This Answer Correct ?    3 Yes 0 No

what are the files which are automatically opened when a c file is executed?..

Answer / om

stdin ,stdout, stderr

Is This Answer Correct ?    3 Yes 2 No

what are the files which are automatically opened when a c file is executed?..

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

Post New Answer

More C Interview Questions

What are header files and explain what are its uses in c programming?

0 Answers  


Explain how can you tell whether two strings are the same?

0 Answers  


related to rdbms query .

2 Answers  


an algorithem for the implementation of circular doubly linked list

1 Answers  


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  






logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


Does c have function or method?

0 Answers  


What is difference between array and structure in c?

0 Answers  


sum of two integers values only other then integer it should print invalid input.

1 Answers  


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


can u give me the good and very optimised code for a car racing game?

0 Answers  


What is the explanation for the dangling pointer in c?

0 Answers  


Categories