+ 1

int a,b can be given as scanf("a,b")

Can I write like this...

11th Sep 2019, 8:17 AM
Bhava tharani Rajavel
Bhava tharani Rajavel - avatar
1 Respuesta
+ 2
Write like this: int a, b; printf("Enter two numbers:"); scanf("%d %d", &a, &b);
11th Sep 2019, 8:21 AM
KfirWe
KfirWe - avatar