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
Can the sizeof operator be used to tell the size of an array passed to a function?
write a c program for swapping two strings using pointer
What does c mean in basketball?
What is a spanning Tree?
Explain what will the preprocessor do for a program?
In C language, a variable name cannot contain?
Explain the meaning of keyword 'extern' in a function declaration.
What is actual argument?
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.
Can we assign integer value to char in c?
What is the basic structure of c?
If fflush wont work, what can I use to flush input?
What is meant by operator precedence?
What are the functions to open and close file in c language?
Write a progarm to find the length of string using switch case?