In which mode we open the file for read,write and append
also in c ?
a)W
b)w+
c)r+
d)a
Answer Posted / susil lenka
a+
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the function of multilevel pointer in c?
write a c program to find the sum of five entered numbers using an array named number
Is main is user defined function?
Explain function?
What is the difference between union and structure in c?
What is the difference between the local variable and global variable in c?
What is data type long in c?
What is a stream in c programming?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is the difference between NULL and NUL?
What is a char in c?
What is the use of printf() and scanf() functions?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What are the storage classes in C?
How is a pointer variable declared?