an integer constant must have atleast one
a) character
b) digit
c) decimal point
No Answer is Posted For this Question
Be the First to Post Answer
Write a recursive program to calculate factorial in c++.
What are enumerations?
What is a pointer how and when is it used?
Distinguish between new and malloc and delete and free().
What does the ios::ate argument do?
What are the uses of static class data?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What is constant in c++ with example?
What is the purpose of templates in c++?
What is else syntax in c++?
What are the various compound assignment operators in c++?
What is Pure Virtual Function? Why and when it is used ?