Advertisements
Advertisements
प्रश्न
Which of the following statement is valid? Why? Also, write their result.
int a; a = 3,014;
एक पंक्ति में उत्तर
उत्तर
a = 3,014; – Invalid. Special character comma(,) not allowed.
shaalaa.com
Sample program – A first look at C++ program
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 9: Introduction to C++ - Data Types, Variables and Expressions - Evaluation - Section - B [पृष्ठ १५१]