C++ QUIZ BY DEVANSH

What is the name of the function that should be present in all c++ program?
Main
#
Void
Iostream.h
Other
Please Specify:
What are C++ comments?
A remark, observation, or criticism
Comments are internal documentation of a program which helps the program for many purposes.
Its an operator used to write anything in the program for the ease of the programmer without any error
The part of a sentence that communicates new information about the topic
Other
Please Specify:
Read the values for a,b and c.
Cin>>a>>b>>c;
Cout>>a>>b>>c;
cin<<a<<b<<c;
cout<<a<<b<<c;
Other
Please Specify:
Which option represents a unary operator?
++
&&
||
?
Other
Please Specify:
Which type of operator is used to compare the values of operands
Relational Operators
Arithmetic Operators
Logical Operators
Binary Operator
Other
Please Specify:
{"name":"C++ QUIZ BY DEVANSH", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"What is the name of the function that should be present in all c++ program?, What are C++ comments?, Read the values for a,b and c.","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker