June 2023 1 6 Report
El siguiente fragmento de código:
float func(int a, int b)
{
if(a > b) return a; else return b;
}
Si a = 3, b = 2 ¿Qué devuelve?

RESPUESTAS
Produce Bucle infinito
2
3
No pueden haber dos “return
Error

Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.