Computer Science, asked by bhatias4271, 1 year ago

Determine Output:

#include void main() { register i=5; char j[]= "hello"; printf("%s %d", j, i); }
A.hello 5
B.hello garbage value
C.Error
D.None of These

Answers

Answered by Anonymous
0
______✨ HEY MATE ✨______

➡️Option (C) Error is the right answer ✔️

<marquee>✌️ I THINK IT HELPED YOU ✌️
Answered by Anonymous
0
heya..

Here is your answer...

Determine Output:

#include void main() { register i=5; char j[]= "hello"; printf("%s %d", j, i); }

C.Error.

It may help you...☺☺
Similar questions