0
Addition in C language
Check out my code https://code.sololearn.com/cKxgE8898AfP/?ref=app
3 Answers
+ 2
Gamer Boy have a nice learning!
+ 2
The main method returns an integer. Change the return type of the function to int.
int main(){...}
+ 1
Qtwizard is right!
I suggest you to use "code blocks" to write your programs