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
When should structures be passed by values or by references?
How can I insert or delete a line (or record) in the middle of a file?
What is array of structure in c?
Suggesting that there can be 62 seconds in a minute?
List a few unconditional control statement in c.
What are the different types of linkage exist in c?
What is #error and use of it?
What is a char in c?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Are pointers really faster than arrays?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Is fortran still used today?
Write a program to print ASCII code for a given digit.
What is the difference between constant pointer and constant variable?