Advertisements
Advertisements
प्रश्न
The following constant is of which type?
39
एका वाक्यात उत्तर
उत्तर
39 – Decimal
shaalaa.com
Lexical Units (Tokens)
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Which of the following operator is an extraction operator in C++?
Which of the following is a valid string literal?
The following constant is of which type?
0XCAFE
Assume n = 10; what will be result of n++ and --n;?
Describe the differences between keywords and identifiers?
Differentiate “=” and “==”.
Write a short note on the const keyword with an example.
Consider the following C++ statement. Are they equivalent?
char ch = 67;
char ch = ‘C’;
What is the difference between 56L and 56?
Determine which of the following are valid constant? And specify their type.
‘Name’