i got many errors in this code, so please do tell me how to do it right! | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

i got many errors in this code, so please do tell me how to do it right!

#include <stdio.h> int main() { char a,c; int b; a=printf("Enter Your Name \n"); b=printf("Enter Your Age \n"); c=printf("Enter Your Clg Name \n"); scanf("%s %d %s",&a,&b,&c); printf(" My details are \n %s %d %s",&a,&b,&c); return(0); }

17th Dec 2020, 2:33 PM
DODDI AVINASH
DODDI AVINASH - avatar
0 ответов