Dive into the complexities of C programming with this challenging trivia! Test your understanding of file operations, string handling, and more. Perfect for enhancing programming skills and preparing for advanced C programming tasks.
Printf("%f %lf", a, b);
Printf("%Lf %f", a, b);
Printf("%Lf %Lf", a, b);
Printf("%f %Lf", a, b);
Rate this question:
The first character in the file
A structure which contains a char pointer which points to the first character of a file.
The name of the file.
The last character in the file.
Rate this question:
Scanf("%f %f", &a, &b);
Scanf("%Lf %Lf", &a, &b);
Scanf("%f %Lf", &a, &b);
Scanf("%f %lf", &a, &b);
Rate this question:
Gets()
Fgets()
None
Both
Rate this question:
Open "source.txt" in binary mode for reading
Open "source.txt" in binary mode for reading and writing
Create a new file "source.txt" for reading and writing
None of above
Rate this question:
"A.C" "B.C" "C.C"
"B.C" "C.C"
"A.C"
Error in fclose()
Rate this question:
Size of "DUMMY.C" file
The handle associated with "DUMMY.C" file
Garbage value
Error in fileno()
Rate this question:
R n
Trh
Err
None of above
Rate this question:
"I am a boy\r\n\0"
"I am a boy\r\0"
"I am a boy\n\0"
"I am a boy"
Rate this question:
Quiz Review Timeline (Updated): Nov 16, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.