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; }
3 odpowiedzi
0
well. let's see
0
all are not working mohamed Elomari