โช Choose the correct option.
#define PRINT printf("Welcome"); printf(" Home");
#include
void main(){
int x=1;
if(x--)
PRINT
else
printf("Else statement");
}
#define PRINT printf("Welcome"); printf(" Home");
#include
void main(){
int x=1;
if(x--)
PRINT
else
printf("Else statement");
}