What's new

Closed Functions c++

Status
Not open for further replies.

RNA30

Honorary Poster
Joined
May 7, 2015
Posts
192
Reaction
103
Points
140
Age
25
#include <iostream>
using namespace std;

void myfunction(){
cout<<"Hello it is a basic function using c++. #RNA"<<endl;
};
int main(){
myfunction();
return 0;
}
 
Screenshot_2017-01-21-11-45-35.png
 

Attachments

Status
Not open for further replies.

Similar threads

Back
Top