void main()
{
int x = 5;
if (true);
printf("hello");
}
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option B
Explanation :
none
Be The First To Comment