printf("%d", 5+4); what will print?
Answers
Answered by
1
- Write the output of the following code snippet. (Language:- C)
Given code,
The above code will print 5+4 i.e,
9.
Answered by
0
Answer:
Given code,
The above code will print 5+4 i.e,
9.
Output:−
9
Similar questions