View Answer
Workspace
Discuss in Forum
Share
Copy Text
Copy URL
As Image
Answer : Option C
Explanation :
There are five sequence of statements.They are Preprocessor directives, Comments, Declarations, Function Declarations, Executable statements.
Answer : Option B
In the conditional operator,it will predicate the output using the given condition.
The switch statement is used to choose the certain code to execute, So it is also called as selective structure.
Answer : Option D
:
Answer : Option A
There are four types of loop. They are while, do while, nested, for loop.
for