Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pseudo hw v.05
//gcc 5.4.0 #include <stdio.h> //Write the pseudocode of a program that computes the maximum number of a set of user input numbers. //The processing stops when the user enters –1. int main(void) { Start Program int input; int max value; read input; while (input!=-1); read input; if input>=maxvalue; maxvalue=input; endwhile; print maxvalue End Program }
run
|
edit
|
history
|
help
0
Finding the second largets value v0.8
WAP in C to print the reverse of a string
selection sort
sorted array
recursive fundamentos
Data Types
13
is_there_segfault
dynamic memory allocation.c
Pointer arithmatic