Solved

Write Code to Define a C-String AString Variable,of Size 10

Question 24

Essay

Write code to define a C-string aString variable,of size 10 but do not initialize it.Use a library C-string library function to copy the C-string literal,"Hello" into aString.

Correct Answer:

verifed

Verified

#include <cstring...

View Answer

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

Related Questions