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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain #pragma statements.

604


What is the difference between exit() and _exit() function?

606


Write a program to print ASCII code for a given digit.

688


What is difference between union and structure in c?

580


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

1786






What are the back slash character constants or escape sequence charactersavailable in c?

686


What is a char in c?

556


What is the condition that is applied with ?: Operator?

665


Calculate 1*2*3*____*n using recursive function??

1519


What is a function simple definition?

620


what is the syallabus of computer science students in group- 1?

1844


What is a void * in c?

598


Why isn't it being handled properly?

645


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

781


Why c is procedure oriented?

574