Computer Science, asked by meghana546787, 4 months ago

What is the output of the following program?
#include<stdio.h>
main
char str "CHARLIE
while('str)
printf("%c", strit);
}​

Answers

Answered by massmani123460
0

Answer:

error

Explanation:

can't print any thing

Similar questions