What will be the output of the program ? #include int main() { char str[20] = "hello"; char *const p=str; *p='m'; printf("%s\n", str); return 0; }?
Answers
Answered by
0
mello
this will be the output for this program
this will be the output for this program
Similar questions
Economy,
8 months ago
Math,
8 months ago
English,
8 months ago
Political Science,
1 year ago
Chemistry,
1 year ago
History,
1 year ago
Social Sciences,
1 year ago