[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
0
Answer:
hdlsbsndlsfblsnvmbfksjsbrdlfb
Similar questions
Accountancy,
5 months ago
Math,
5 months ago
Hindi,
5 months ago
Science,
11 months ago
Physics,
11 months ago
Environmental Sciences,
1 year ago
Biology,
1 year ago