Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
SumIt
//gcc 7.4.0 //SumIt //this code is created by Rezaul Hoque on April 04,2022;contact: jewelmrh@yahoo.com,Dhaka, Bangladesh //note: codes shared by Rezaul Hoque on rextester are not for sale; they are created and shared to facilitate the algorithm learning process; many like Hoque use this platform to practice programming ;Rezaul hopes his contribution helps others to fine tune their learning; #include <stdio.h> void sumIt(int); void sumIt(int k){ static int m=0; m=m+k; printf("%d\n",m); } int main(void) { sumIt(3); sumIt(6); sumIt(4); return 0; }
run
|
edit
|
history
|
help
0
is_there_segfault
Different variable scanf/printf statements
printf
SUDOKUS CORRECTOS
swap_bitwise.c
MatrixMul_shortxshort
1
Project 4 v1.1
141122_PI6
ImprimeMensaje.c