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 what are compound statements?

816


How can I copy just a portion of a string?

1067


Do you know the use of 'auto' keyword?

873


What is the use of f in c?

734


What is fflush() function?

887


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

804


What is methods in c?

834


What is the difference between printf and scanf )?

794


What is the difference between break and continue?

951


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1489


what are the advantages of a macro over a function?

879


Here is a good puzzle: how do you write a program which produces its own source code as output?

851


Write a code on reverse string and its complexity.

787


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

823


I heard that you have to include stdio.h before calling printf. Why?

819