Test Mode Reading Mode Right = 0 Wrong = 0

তথ্য ও যোগাযোগ প্রযুক্তি

float n;
printf("Give input")
scanf("%d", &n)
printf("%f",n);
float n;
printf("Give input")
scanf("%d", &n)
printf("%f",n);
1
2
3
1
2
3
scanf()
puts()
if-else
for .....
int m;
printf("Entre your Marks");
scanf("%d", &m);
printf("%d",&m);
for(i=1;<=5;i++)
if(x>0)
//printf("%d",A);
scanf("%f",&q);