Question: 1/Which one is not a correct variable type in C++; A.float B.real C.int 2/ Which operation is used as Logical AND. A. Operator-& B.

1/Which one is not a correct variable type in C++; A.float B.real C.int 2/ Which operation is used as Logical "AND". A. Operator-& B. Operator-|| C. Operator-&& D. Operator-+ 3/ Which of the following commands is true in C++ language? A. if(x-1) B. if (x-1): C. if [x=1] 4/ Which of the following is used for comments in C++? A. // comment C. both // comment or /* comment */ 5/ The modulus operator uses A. + B. character. 6/ Variable names must begin with A. letter B. S C./ D.double C. number D. none of them B./comment D. // comment * D.% D. #
Step by Step Solution
3.42 Rating (155 Votes )
There are 3 Steps involved in it
1 Variable types are used to tell that what type of data a variable can store in it In C different v... View full answer
Get step-by-step solutions from verified subject matter experts
