Computer Science, asked by labeeblabz, 6 months ago

Predict the output of the following code segment if a = 10 and b = 10 initially

a++ ;

small = a < b ? a : b ;

cout << small ;

Answers

Answered by Neeraj546
0

Answer:

Hey mate the value of a will be 11

Similar questions