C Programming
Determine Output:#includevoid main(){ register i=5; char j[]= "hello"; printf("%s %d", j, i);}

None of These
Error
hello garbage value
hello 5

ANSWER DOWNLOAD EXAMIANS APP