Home » C » C Questions
Page 8 of 10 (141- 160)
Question: 141
(A) There is no difference
(B) Union takes less memory
(C) Union is faster
(D) Structure is faster
C Compiler IDE
Level: Expert Category of MCQ: structure
Question: 146
Question: 148
(A) write()
(B) fwrite()
(C) swrite()
(D) None of the above
C Compiler IDE
Level: Expert Category of MCQ: structure
Question: 149
(A) Order members from largest to smallest
(B) Order memebers from smallest to largest
(C) By using only char data type
(D) By using referencial pointer
C Compiler IDE
Level: Expert Category of MCQ: operators
Question: 150
(A) Assembly Code
(B) Object Code
(C) Executable
(D) .i file
C Compiler IDE
Level: Practitioner Category of MCQ: assembler
Question: 151
(A) Assembly Code
(B) .i file produced by Preprocessor
(C) Object Code
(D) Source Code
C Compiler IDE
Level: Expert Category of MCQ: assembler
Question: 152
(A) Executable Instructions
(B) Un-initialized Global Variables
(C) Un-initialized Static Variables
(D) Initialized Static & Global Variables
C Compiler IDE
Level: Expert Category of MCQ: compilation
Question: 154
Question: 155
Question: 156
(A) Compilation Error
(B) Hello
(C) 5Hello
(D) Hello5
C Compiler IDE
Level: Practitioner Category of MCQ: function
Question: 158
(A) float
(B) short int
(C) nothing
(D) compilation error
C Compiler IDE
Level: Expert Category of MCQ: operators
Question: 160
(A) str1: Hello. How are you?, str2: Hello. How are you?
(B) str1: Hello. How are you?, str2: Hello. How are you?nullnull
(C) str1: Hello. How are you?, str2: Hello. How are you?garbagevalue
(D) str1: Hello. How are you?, str2: garbagevalue
C Compiler IDE
Level: Expert Category of MCQ: arrays