share
[White-Hat Hackers Community] The output of the code below is
Shivam Gupta posted in White-Hat Hackers Community
Shivam Gupta
9:16am Nov 26
The output of the code below is
#include <stdio.h>
void main()
{
int x = 5;
if (x < 1);
printf("Hello");
}
a) Nothing
b) Run time error
c) Hello
d) Varies
View Post on Facebook
·
Edit Email Settings
· Reply to this email to add a comment.
Newer Post
Older Post
Home