Discussion Forum : C Miscellaneous
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 Your Solution hear:

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