Answer Posted / ada
open() is a system call, and fopen() is a stdio library
function.
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How can a string be converted to a number?
Is c dynamically typed?
How can I do graphics in c?
Subtract Two Number Without Using Subtraction Operator
List some basic data types in c?
Explain the difference between call by value and call by reference in c language?
What is volatile, register definition in C
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the use of a ‘ ’ character?
State two uses of pointers in C?
What is the difference between struct and union in C?
Why do we use stdio h and conio h?
Explain how can you tell whether a program was compiled using c versus c++?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f