Comment on the following code below
#include void main() { int x = 5; if (true); printf("hello"); }
Answer: B
No answer description available for this question.