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 / sanju_south
r+ which is read write and append also
| Is This Answer Correct ? | 49 Yes | 11 No |
Post New Answer View All Answers
What is the right type to use for boolean values in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Does free set pointer to null?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is the difference between single charater constant and string constant?
Explain what’s a signal? Explain what do I use signals for?
How do we declare variables in c?
Explain how can I pad a string to a known length?
How can I read data from data files with particular formats?
What are the c keywords?
What is the difference between call by value and call by reference in c?
What are the types of bitwise operator?
What is the difference between functions getch() and getche()?
What is the purpose of 'register' keyword in c language?
Write a c program to build a heap method using Pointer to function and pointer to structure ?