Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Spring 2017 Project 2 v1.2
C_141126_ArrayRepetidos
c program for hollow rhombus
A_141124arrayRepetidos
tst2.c
hello kous
C_141113_VariosPerfectos
E
In Class 1.23.17 Bit operations
printing numbers without using loop
Please log in to post a comment.