Examlex

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.


Definitions:

Related Questions