Advertisements
Advertisements
प्रश्न
What are keywords?
Advertisements
उत्तर
Keywords are reserved words that convey specific meaning to the C++ compiler. They are the essential elements to construct C++ programs.
APPEARS IN
संबंधित प्रश्न
Which of the following operator is an extraction operator in C++?
Can keywords be used as identifiers?
The following constant is of which type?
0XCAFE
Write the following real constant into the exponent form:
7.214
Write the following real constant into the exponent form:
0.00005
Write the following real constant into the exponent form:
0.319
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’;
Determine which of the following are valid constant? And specify their type.
‘Name’
Determine which of the following are valid constant? And specify their type.
‘\t’
