Posts by betafico123 • 3 points
5 posts
-
-1
votes1
answer214
viewsQ: C Language Database
I’m trying to solve this question: But I’m not getting the proper compilation done. My code is this: #include <stdio.h> typedef struct{ int idade; char nome[50]; char sexo[2]; char…
-
-1
votes1
answer82
viewsQ: Using the FOR command
I am developing solving issues in Language C. The question asks: A palindrome is a word or phrase that has the property that can be read from right to left and from left to right. For example, the…
-
-2
votes1
answer70
viewsQ: Explanation of the code
Hello, could you explain the part of that code? int nota[2]; scanf( "%s %d", nome, &horas ); And that part int i = 0; while( i < 2 ) { scanf( "%d", ¬a[i] ); if( nota[i] > 100 ||…
casked betafico123 3 -
0
votes3
answers82
viewsQ: I’m not displaying the multiple correctly
I’ve developed an algorithm that should display the largest multiple between num1 <= num2. I used as example 7 and 50 and worked correctly, displaying the value 49, but when sending for…
-
-1
votes1
answer63
viewsQ: Adding Positives in Range
I am making a program in C Language, but the site informs that the output of the program is not accepted. Adding Positives in Range Follows the code: #include <stdio.h> int main(){ int num1,…
casked betafico123 3