Advertisements
Advertisements
प्रश्न
In C++, the group of statements should be enclosed within: ______
विकल्प
{ }
[ ]
( )
< >
MCQ
रिक्त स्थान भरें
उत्तर
In C++, the group of statements should be enclosed within: { }
shaalaa.com
Statements
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
What is the alternate name of the null statement?
Identify the odd one from the keywords of jump statements?
What are a null statement and compound statement?
Correct the following code sigment:
if (x = 1)
p = 100;
else
p = 10;
Compare an if and a ? : operator.
Write a program to find the LCM and GCD of two numbers.
Write a program to find sum of the series
S = 1 + x + x2 +..... + xn