Home » C » C Questions
Page 4 of 10 (61- 80)
Question: 62
(A) binary form
(B) ASCII code form
(C) decimal form
(D) alphanumeric form
C Compiler IDE
Level: Beginner Category: other
Question: 68
(A) Linker
(B) Compiler
(C) Assembler
(D) Preprocessor
C Compiler IDE
Level: Expert Category: preprocessor
Question: 72
(A) #include<stdio.h>
(B) #include"stdio.h"
(C) Both A & B
C Compiler IDE
Level: Expert Category: datatype
Question: 73
(A) #include<stdio.h>
(B) #include"stdio.h"
(C) Both A & B
C Compiler IDE
Level: Practitioner Category: preprocessor
Question: 74
(A) #include<stdio.h>
(B) #include"stdio.h"
(C) Both A & B
C Compiler IDE
Level: Practitioner Category: datatype
Question: 75
(A) #pragma
(B) #error
(C) #ifndef
(D) #elseif
C Compiler IDE
Level: Expert Category: macros
Question: 76
(A) CppBuzz.com
(B) No output
(C) Compilation Error in preprocessing
(D) None of above
C Compiler IDE
Level: Practitioner Category: preprocessor
Question: 78
(A) CppBuzz.com
(B) Nothing
(C) Compilation Error
(D) Depends on Compilor
C Compiler IDE
Level: Practitioner Category: preprocessor
Question: 79
(A) -- #include<stdio.h>
(B) // #include<stdio.h>
(C) ''#include<stdio.h>
(D) ##include<stdio.h>
C Compiler IDE
Level: Practitioner Category: preprocessor