![]() |
VOOZH | about |
Question 1
Question 2
Question 3
Question 4
Pick the best statement for the following program snippet:
It will print “var=5 and *ptr=2000”
It will print “var=5 and *ptr=5”
It will print “var=5 and *ptr=XYZ” where XYZ is some random address
Compile error
Question 5
Question 6
Consider the following C program:
What is the output generated by the program ?
A B U V V W V W
A B U V A B V W
A B U V U V V W
A B U V V W U V
There are 6 questions to complete.