Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

CS201-P Quiz-1 By Vu Topper RM

For Help = 03224021365.03164980094


CS201-P Quiz-1 By Vu Topper RM
For Help = 03224021365.03164980094
The coding of a program is translated into machine language by ______.
A. Compiler
B. Debugger
C. Linker
D. Loader

C/C++ has many libraries which contain variables and function names
normally starting with ____.
A. Hyphen
B. Hash
C. Underscore
D. Semi-Colon

Which of the following expression is correct in C/C++ language?


A. X = X + 3
B. X + 5 = Y + 7
C. Y + X = 7
D. 3 = X + 3

What will be the output of the following code?


int x = 15;int y = 10;int z = 5;cout << x * x - 4 * y * z;
A. 25
B. -25
C. 5
D. -5

In C++, cout is known as ______.


A. error stream
B. input stream
C. output stream
D. file stream
CS201-P Quiz-1 By Vu Topper RM
For Help = 03224021365.03164980094
A binary operator has _____ operands.
A. Two
B. Four
C. Three
D. One

Normally, the float data type is half of the size of ___________.


A. char
B. int
C. double
D. short

Short data type store ______ bytes of memory.


A. 2
B. 1
C. 3
D. 4

Visit My YouTube Channel


For Subjective and More
Important Files
Channel Name = #VuTopperRM

You might also like