Computer Science, asked by sravani38, 11 months ago

[A]. What would be the output of the following programs:
(a) main()
struct gospel
int num;
char mess1[50] ;
char mess2[50];
;
}
m.num = 1;
strcpy (m.mess1, "If all that you have is hammer" );
strcpy (m.mess2, "Everything looks like a nail" );
/* assume that the strucure is located at address 1004 */
printf ("\n%u%u%u", &m.num, m.mess1, m.mess2);​

Answers

Answered by Soham560
0

Answer:

hdlsbsndlsfblsnvmbfksjsbrdlfb

Similar questions