โช Choose the correct option.
What is the output of the following C Program?
#include
int main()
{
printf("ab");
printf("si");
printf("
ha");
return 0;
}
#include
int main()
{
printf("ab");
printf("si");
printf("
ha");
return 0;
}