Fatihul Ulum Community of Knowledge
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Panggil fungsi

Go down

Panggil fungsi Empty Panggil fungsi

Post  zz Sun Feb 15, 2009 3:40 pm

//just for fun
#include <iostream>
using namespace std;
int kaka ( ) {
cout<<"we'll study\n";
}
void zidane ( ) {
cout <<"for islam glory \n";
}
int main ( ) {
kaka ( );
zidane ( );
return 0;
}
zz
zz
Panglima
Panglima

Jumlah posting : 121
Age : 78
Lokasi : france
Registration date : 13.02.09

Kembali Ke Atas Go down

Kembali Ke Atas

- Similar topics

 
Permissions in this forum:
Anda tidak dapat menjawab topik