Problem2198--Write a complete program with necessary #include directives

2198: Write a complete program with necessary #include directives

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 0  Solved: 0
[Submit] [Status] [Web Board] [Creator:]

Description

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];

Source/Category

39