12. What is the output of C Program with
Strings.?
int main()
{
char aryl="Discovery Channel";
printf("%s",ary);
return 0;
}
(1 Point)
Answers
Answered by
0
Answer:
The program will crash
Explanation:
If you haven't made a mistake of missing a letter 'l' in variable aryl on Line 4, then the output would be Discovery Channel. Since, you missed the letter l, the program will crash.
Similar questions
English,
1 month ago
Accountancy,
2 months ago
Math,
2 months ago
CBSE BOARD XII,
9 months ago
English,
9 months ago