Question
a.
int myage = 10;
int my_age = 10;
b.
int myage = 10;
int my,age = 10;
c.
int myage = 10;
int my age = 10;
d.
All are right
Posted under C Programming
int my_age = 10;
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Choose a right statement.
Similar Questions
Discover Related MCQs
Q. Number of Keywords present in C Language are
View solution
Q. Each statement in a C program should end with
View solution
Q. Choose a correct statement.
View solution
Q. What is the input file in a C program building process?
View solution
Q. What is the output Filename of C Program build process?
View solution
Q. What is the first step in C program building process?
View solution
Q. What is the next step to Preprocessing in C Program build process?
View solution
Q. What is the next step to Compiling in C program build process?
View solution
Q. What is the next step to Assembling in C program build process?
View solution
Q. What is a C Editor?
View solution
Q. What is the output of C Compiler compiling?
View solution
Q. Expanded Source code is the output of which C program building process?
View solution
Q. Choose a correct statement about C program output file.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!