🔒 Closed Functions c++

Status
Not open for further replies.

RNA30

Fanatic
#include <iostream>
using namespace std;

void myfunction(){
cout<<"Hello it is a basic function using c++. #RNA"<<endl;
};
int main(){
myfunction();
return 0;
}
 
Status
Not open for further replies.

About this Thread

  • 4
    Replies
  • 681
    Views
  • 3
    Participants
Last reply from:
RNA30

Trending Topics

Online now

Members online
404
Guests online
3,168
Total visitors
3,572

Forum statistics

Threads
2,305,995
Posts
29,168,949
Members
1,195,559
Latest member
xiesifan
Back
Top