Ranajit Das
9 years ago

Predict the output of the program ?
#include
int main()
{
if(printf("ABC"))
printf("True");
else
printf("False");
return 0;
}

Solution (By Examveda Team)

Output : ABCTrue

This Question Belongs to User Ask Question >> Miscellaneous

Join The Discussion

Related User Ask Questions