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

Can the sizeof operator be used to tell the size of an array passed to a function?

868


write a c program for swapping two strings using pointer

2353


What does c mean in basketball?

790


What is a spanning Tree?

1279


Explain what will the preprocessor do for a program?

821


In C language, a variable name cannot contain?

1030


Explain the meaning of keyword 'extern' in a function declaration.

947


What is actual argument?

855


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2499


Can we assign integer value to char in c?

845


What is the basic structure of c?

801


If fflush wont work, what can I use to flush input?

864


What is meant by operator precedence?

894


What are the functions to open and close file in c language?

971


Write a progarm to find the length of string using switch case?

1862