+ 2
#corrected code #include <stdio.h> int main() { char a='g'; putchar(a); char b[100]; fgets(b,100,stdin); fputs(b,stdout); //remove size return 0; }
4th Jul 2021, 1:43 PM
Jayakrishna 🇼🇳
+ 1
You're welcome..
4th Jul 2021, 1:46 PM
Jayakrishna 🇼🇳