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
Social Sciences,
4 months ago
English,
4 months ago
Science,
4 months ago
Science,
8 months ago
Computer Science,
8 months ago
Environmental Sciences,
1 year ago
Physics,
1 year ago