what is the problem. It is not showing any result. I am a beginner | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the problem. It is not showing any result. I am a beginner

#include <stdio.h> int main() { char name,sec; int standard,age,roll; float height,weight; printf("Enter your name,standard,sec,roll,age,height,weight in the order:"); printf("\n separate each by a space:"); scanf("%c%d%c%d%d%f%f ", &name, &standard, &sec, &roll, &age, &height, &weight); printf("Your name is :%c, You read in class :%d, sec :%c, Your roll is :%d", name, standard, sec, roll); printf("\n Your age is :%d, Your weight is :%f, Your height is :%f", age, weight, height ); return 0; }

2nd Jun 2018, 3:30 PM
Aritra Roy
Aritra Roy - avatar
2 Answers
0
well. let's see
2nd Jun 2018, 3:53 PM
Aritra Roy
Aritra Roy - avatar
0
all are not working mohamed Elomari
2nd Jun 2018, 5:07 PM
Aritra Roy
Aritra Roy - avatar