+ 1

Please tell me problem in this code .

Thank to all who Will help me . I checked all things but couldn't find . https://code.sololearn.com/cY8RIF808DuE/?ref=app

24th Feb 2022, 9:13 AM
Abhay mishra
Abhay mishra - avatar
4 Respuestas
+ 4
You're missing variable a in printf()
24th Feb 2022, 9:22 AM
Simba
Simba - avatar
+ 1
You're using a format specifiar(%d) in printf(). But, it doesn't have another argument to replace it. It needs to be like this printf("number given by you is %d\n",a) ;
24th Feb 2022, 10:08 AM
Simba
Simba - avatar
+ 1
Ok thank you sir . Now i start follow you . 🤗 You are great person ☺️ .
24th Feb 2022, 10:10 AM
Abhay mishra
Abhay mishra - avatar
0
Means ? what variable ? in which line ?
24th Feb 2022, 10:00 AM
Abhay mishra
Abhay mishra - avatar