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 is assignment operator?

0 Answers  


Explain how can I avoid the abort, retry, fail messages?

0 Answers  


How can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.

0 Answers  






What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


Without using main fn and semicolon,print remainder for a given number in C language

2 Answers  


Write a program to implement queue.

0 Answers   Aricent,


What should malloc() do?

0 Answers  


Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }

4 Answers  


Is stack a keyword in c?

0 Answers  


difference between memcpy and strcpy

1 Answers  


Categories