1 2 3 4 5 | main() { int i; printf("%d",scanf("%d",&i)); // value 10 is given as input here } |
1 2 3 4 5 | main() { int i; printf("%d",scanf("%d",&i)); // value 10 is given as input here } |
Be the first to receive the latest updates from Codesdoc by signing up to our email subscription.