Advertisements
Advertisements
प्रश्न
The following constant is of which type?
0XCAFE
एक पंक्ति में उत्तर
Advertisements
उत्तर
OXCAFE – Hexadecimal
shaalaa.com
Lexical Units (Tokens)
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 9: Introduction to C++ - Evaluation - Section - B [पृष्ठ १३१]
APPEARS IN
संबंधित प्रश्न
Which of the following is a valid string literal?
What are keywords?
The following constant is of which type?
39
The following constant is of which type?
032
Write the following real constant into the exponent form:
7.214
Write the following real constant into the exponent form:
0.00005
Assume n = 10; what will be result of n++ and --n;?
Describe the differences between keywords and identifiers?
Determine which of the following are valid constant? And specify their type.
‘Name’
What are arithmetic operators in C++? Differentiate unary and binary arithmetic operators. Give example for each of them.
