What will be the output of following program?
void main() {
if(!printf(""))
printf("Okkk");
else
printf("Hiii");
}
Answers
Answered by
0
Answer:
Okkk
Explanation:
Blank space also calculated as a character in printf you only print space
Similar questions
Science,
3 months ago
Math,
3 months ago
English,
3 months ago
Science,
6 months ago
Computer Science,
6 months ago
Environmental Sciences,
11 months ago
Physics,
11 months ago