What will be the output of the program?
#include
int main()
{
char ch;
if(ch = printf(""))
printf("It matters\n");
else
printf("It doesn't matters\n");
return 0;
}
Answer: B
No answer description available for this question.
Enter details here