We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you write the variable name after the type name, it becomes the definition of the variable.
int a; // define a variable named a of type int
float b, c = 0.0;
// Initial values of base types and enum types are undefined if not assigned