what will be the output of the following program?
#includestdio.h
int main()
{
char str[]="artificial intelligence and machine learning";
int a = 5;
printf(a 10?"Ps\n":"%s\n", str);
return 0;

Posted on by