Avalie o código abaixo:
1. #include
2. int somar(){
3. return 1 + 2.15;
4. }
5. int main(){
6. int resultado = 0;
7. resultado = somar();
8. printf(“O resultado da funcao e = %d”,resultado);
9. return 0;
10. }

Com base no contexto apresentado, comente o resultado do código acima, qual resultado
será apresentado no final? E porquê?
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Lista de comentários


More Questions From This User See All

Helpful Social

Copyright © 2025 ELIBRARY.TIPS - All rights reserved.