Commit bd72dd38 by Sergey.Kolodchenko

Upload New File

parent 68583e2e
Showing with 27 additions and 0 deletions
#include <stdio.h>
int main(void) {
char A[65] = {0};
puts("Enter a strings:");
scanf("%[^\n]s", A);
printf("String: '%s'\n", A);
// puts
// scanf
// puts
// scanf
// printf ... year - birthYear
// task 4
// while
// puts
// scanf ..
// if positive
// break
// printf
return 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment