Sail E0 Webinar
Question
Determine Output:
#include
void main()
{
register i=5;
char j[]= "hello";
printf("%s %d", j, i);
}
Options:
A .  hello 5
B .  hello garbage value
C .  Error
D .  None of These
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers