Solved

Given the Following Declarations, Which of the Following Is Legal

Question 27

Multiple Choice

Given the following declarations, which of the following is legal syntax?
String str="Your name";
Char c_string[20]="My name";


A) str = c_string;
B) c_string = str;
C) strcpyc_string, str.c_str) ) ;
D) strcpyc_string, str) ;
E) A and C

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions