#include <stdio.h> void main() { int m, n; printf("enter a number"); scanf("%d", &n); scanf("%d", &m); printf("%d\t%d\n", n, m); }
a) Error
b) 4 junkvalue
c) Junkvalue 5
d) 4 5
What will be the output of the following C code (when 4 and 5 are entered)?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the output of the following C code (when 4 and 5 are entered)?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!