int [] a = {1,2,3};
for(int i = a.size()-1;i>=0;i--)
cout<<a[i]<<" ";
cout<<endl;
Code Example |
---|
Cpp :: hello world c++ |
Cpp :: dart async function |
Cpp :: cpp starting code |
Cpp :: fast i/o in c++ |
Cpp :: c++ time nanoseconds |
Cpp :: c++ - include all libraries |
Cpp :: flutter margins |
Cpp :: cpp print vector |
Cpp :: c++ iterate map using auto |
Cpp :: how to print the address of an object in c++ |
Cpp :: vhdl integer to std_logic_vector |
Cpp :: get current date in c++ |
Cpp :: on component end overlap c++ |
Cpp :: pair in stack |
Cpp :: how to shut down windows in c++ |
Cpp :: master header file c++ |
Cpp :: uri online judge 3145 solution in c++ |
Cpp :: cpp executing without console |
Cpp :: C++ Fahrenheit to Celsius |
Cpp :: cuda kernel extern shared memory |
Cpp :: cpp code for euclids GCD |
Cpp :: rotate in cpp |
Cpp :: shout sharkest |
Cpp :: cpp infinity |
Cpp :: cout.flush() in c++ |
Cpp :: c++ string to integer without stoi |
Cpp :: priority queue c++ type of pairs |
Cpp :: cmath sqrt |
Cpp :: c++ competitive programming mst |
Cpp :: include spaces while reading strings in cpp |