MCQOPTIONS
Bookmark
Saved Bookmarks
→
C++ Programming
→
Constructors And Destructors in C++ Programming
→
Choose the correct formatted code...
1.
Choose the correct formatted code.
A.
int a = 5;
B.
int a=5;
C.
int a =5;
D.
int a5;
Answer» B. int a=5;
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What is the use of the function "showbase"?
Choose the correct formatted code.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply