Computer Science, asked by pagalanaveen, 10 months ago

What will be the output of this program

void funel ( )
{
print f ("hello\n");
}
main ( )
{
int x;
x=2;
printf("%d\t%d\n,"x funel);
}​

Answers

Answered by sujithkumar14
0

2 hello. ...............

Similar questions