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
Can 'this' pointer by used in the constructor?
Mention four important string handling functions in c languages .
What does %c mean in c?
What is the Purpose of 'extern' keyword in a function declaration?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How do you construct an increment statement or decrement statement in C?
What is hash table in c?
What is typedef?
How are portions of a program disabled in demo versions?
What will the preprocessor do for a program?
What is a shell structure examples?
What is the best organizational structure?
How was c created?
What is static identifier?
What is use of null pointer in c?