Page 1 of 1

What will be the output of the following C code? (Initial values: x= 7, y = 8) #include <stdio.h> void main() {

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) 7.000000, 7
b) Run time error
c) 7.000000, junk
d) Varies