Find out the error in the following program. void main() { int t,c; scanf(Enter the values of t and c = %d %d,&t,&c); printf(t=%d c=%d, t, c); }
Reveal answer
Fill a bubble to check yourself
Find out the error in the following program. void main() { int t,c; scanf(Enter the values of t and c = %d %d,&t,&c); printf(t=%d c=%d, t, c); }