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
0
______✨ HEY MATE ✨______
➡️Option (C) Error is the right answer ✔️
➡️Option (C) Error is the right answer ✔️
Answered by
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...☺☺
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
Math,
6 months ago
English,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago
Biology,
1 year ago