Solved

Write a Complete Program with Necessary #Include Directives to Copy

Question 10

Essay

Write a complete program with necessary #include directives to copy the C-string constant "Hello" into the string variable aString,declared below.
char aString[10];

Correct Answer:

verifed

Verified

#include <cstring...

View Answer

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

Related Questions