Test Your Knowledge
Variables
int x = 5;
x = x + 2;
int y = 10;
cout << x + y;
int x = 5;
int y = 10;
= x + y;
cout << ;
x = 5
y = 6
z = 50;
cout << x + y + z;
Your changes will be lost. Are you sure you want to Close the file ?
Do you want to save the file ?
Online C++ IDE is a web-based tool powered by ACE code editor. This tool can be used to learn, build, run, test your python script. You can open the script from your local and continue to build using this IDE. Code and output can be downloaded to local.
If you encounter a bug or have questions or suggestions for improvements, please report it via feedback.
No data is saved in the server. The code is sent to the server for execution and will be cleared after completion. Shared Code will be saved in the server till the selected expiry period.