Computer Science, asked by Anonymous, 4 months ago

Question 47)
Find the output of the following program
void main(){
char *msg="hi',
printf(msg)
}
A)
hi
B)
h
C)
hi followed by garbage charecters
D)
Garbage output​

Answers

Answered by mrinmoychakraborty11
0

Answer:

c) hi followed by garbage charecters

Similar questions