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
Encriptado cesar
strcopy
Is const really const? Yes
Don't ignore warnings
Random by thread
18BCE2182 ASSESS_1 Q2-3
C_141105_PuntosTriangulo
Présentation
HeapSort
a1