C-Command Line Arguments Questions and Answers
Practice ModeShowing 10 of 129 questions
Q21
The modes of open ( ) command declare in
Answer: Option A
Q22
The 'w' mode of fopen( )
Answer: Option C
Q23
the process of establishing a connection between the program and a file is called
Answer: Option A
Q24
the mode "ab+" is used as
Answer: Option B
Q25
What this code do?
#include "stdio.h"
void main ( )
{
FILE *p;
p=fopen("xyz.txt",'w');
}
Answer: Option A
Q26
The mode "r+" can be used as
Answer: Option B
Q27
Getw ( ) and putw() are
Answer: Option B
Q28
On successful execution of fputc() returns
Answer: Option A
Q29
How many parameters sopen( )take
Answer: Option C
Q30
SH_DENYNO is declared in which header file ?
Answer: Option B