0

What's the wrong in this code?

#include<stdio.h> int main() { int Amt,c; printf("enter your Amt"); scanf("%d",Amt); c=Amt/1000; printf("thousands are %d",c); return(0); }

22nd Jan 2019, 4:58 PM
V Chandu
V Chandu - avatar
1 Answer
+ 1
Thanks bro
22nd Jan 2019, 5:07 PM
V Chandu
V Chandu - avatar