MCQOPTIONS
Bookmark
Saved Bookmarks
→
C++ Programming
→
Constructors And Destructors in C++ Programming
→
Identify the type of the variables...
1.
Identify the type of the variables.
A.
char
B.
CHAR
C.
char*
D.
typedef
E.
unknown
Answer» D. typedef
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What does the following statement mean?<br><pre class="prettyprint lang-c">int (*fp)(char*)<br></pre>
Identify the type of the variables.<br><pre class="prettyprint lang-c">typedef char* CHAR;<br> CHAR a,b;<br></pre>
What does the following statement mean?
Identify the type of the variables.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply