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

What is time null in c?

587


What does *p++ do?

593


What are register variables in c?

577


Can you explain the four storage classes in C?

646


What are loops in c?

555






What is bubble sort technique in c?

594


Linked lists -- can you tell me how to check whether a linked list is circular?

648


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

617


What is sizeof array in c?

597


What does the message "automatic aggregate intialization is an ansi feature" mean?

698


What does %p mean c?

634


How can you read a directory in a C program?

656


What is define directive?

644


What are dangling pointers? How are dangling pointers different from memory leaks?

631


Explain what is #line used for?

610