ALL > Computer and Education > courses > university courses > undergraduate courses > An Overview of Computer Science > zstu-(2019-2020-1) class >
Homework_2_2019529628035_Mwika Mangaza Annie Version 0
👤 Author: by amwika2019gmailcom 2019-11-07 03:39:09
#include <stdio.h>

int main( )

{

char str[100];

printf( "Enter a value :");

gets( str );

printf( "\nYou entered: ");

puts( str );

return 0;

}

Input: My name is Annie

Output: My name is Annie

Please login to reply. Login

Reversion History

Loading...
No reversions found.