What is an infinite loop?
What is an infinite loop?
Which from the following is not a part of the for statement?
Which from the following is not a part of the for statement?
Which from the following is a real number type?
Which from the following is a real number type?
The break statement is used in ______________
The break statement is used in ______________
C++ supports how many real number types ?
C++ supports how many real number types ?
The imprudent use of Goto statement leads to the ____________
The imprudent use of Goto statement leads to the ____________
An object whose value cannot be changed called __________
An object whose value cannot be changed called __________
Number of bytes allocated to char in C++ is ___________
Number of bytes allocated to char in C++ is ___________
Which from the following is a jumping statement?
Which from the following is a jumping statement?
The label in Goto statement is same like ________
The label in Goto statement is same like ________
The statements that causes the control program to jump over the other statements, called ____
The statements that causes the control program to jump over the other statements, called ____
In C++ even the simplest floating point value tend to be imprecise, this imprecision called __________
In C++ even the simplest floating point value tend to be imprecise, this imprecision called __________
Which from the following data type is allocated with 8 bytes in C++?
Which from the following data type is allocated with 8 bytes in C++?
Iteration is the repetition of a ________________
Iteration is the repetition of a ________________
In C++ even the simplest floating point value tend to be imprecise, this imprecision called __________
In C++ even the simplest floating point value tend to be imprecise, this imprecision called __________
The do while statement is almost same as ___________
The do while statement is almost same as ___________
What is type casting?
What is type casting?
Destination is specified by a label within the statement, called __________
Destination is specified by a label within the statement, called __________
The While statement has the syntax of _______________
The While statement has the syntax of _______________
The for loop is controlled by how many separate parts?
The for loop is controlled by how many separate parts?