Computer Science, asked by 01721721626, 7 months ago

printf("%d", 5+4); what will print?

Answers

Answered by anindyaadhikari13
1

\star\:\:\:\sf\large\underline\blue{Question:-}

  • Write the output of the following code snippet. (Language:- C)

\star\:\:\:\sf\large\underline\blue{Solution:-}

Given code,

 \boxed{ \sf printf("\%d",5 + 4);}

The above code will print 5+4 i.e,

9.

\star\:\:\:\sf\large\underline\blue{Output:-}

 \sf9

Answered by Anonymous
0

Answer:

Given code,

 \boxed{ \sf printf("\%d",5 + 4);}

 printf("%d",5+4);

The above code will print 5+4 i.e,

9.

 \star\:\:\:\sf\large\underline\blue{Output:-}⋆

Output:−

9

Similar questions