Computer Science, asked by vivek1628, 10 months ago

conditional programming questions with answers​

Answers

Answered by oOMimosaoO
5

What will be the output of following program ?

#include <stdio.h>

void main()

{

if(!printf(""))

 printf("Okkk");

else

 printf("Hiii");

Similar questions