(A) Must
(B) Optional
(C) Not necessary
(D) A syntax error
Tag: Introduction to Programming Languages
If the break statement is missed in switch statement then,?
(A) The compiler will give error
(B) This may cause a logical error
(C) No effect on program
(D) Program stops its execution
In Flow chart process is represented by?
(A) Rectangle
(B) Arrow symbol
(C) Oval
(D) Circle
The size of int data type is?
(A) 1 bytes
(B) 2 bytes
(C) 3 bytes
(D) 4 bytes
In C/C++ the string constant is enclosed?
(A) In curly braces
(B) In small braces
(C) In single quotes
(D) In double quotes
Automatic variable are created on __.
(A) Heap
(B) Free store
(C) static storage
(D) stack
We can also define a user-defines manipulators?
(A) True
(B) False
(C) Both
(D) None
Class is a user defined__.
(A) data type
(B) memory referee
(C) value
(D) none of the given options.