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

hello 5
hello garbage value
Error
None of These

ANSWER DOWNLOAD EXAMIANS APP