โช Choose the correct option.
What is the output of the following C Program?
#include
void main()
{
int a=4, b = 6;
printf ("%d", a==b);
}
#include
void main()
{
int a=4, b = 6;
printf ("%d", a==b);
}
#include
void main()
{
int a=4, b = 6;
printf ("%d", a==b);
}