Welcome To The World Of Hacking


Learn Hacking|Teach Hacking|Learn To Secure|Learn To Code

Monday

C++ TUTORIAL 2: VARIABLE

#include<iostream>
using namespace std;

int main()
{
    int Store=5;
    cout<<"Store: "<<Store;
    return 0;
}

OUTPUT:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...