Problem1525--C Programming Practicals 2 problems

1525: C Programming Practicals 2 problems

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

Description

Write a C program to input a string and print it on screen.

Input

Input a string from keyboard : 12a

Output

The string you entered is :12a

Sample Input Copy

12a

Sample Output Copy

The string you entered is :12a

Source/Category

102