Guided Paths
Contests
Interview Prep
Practice
Resources
Problem of the day
Login
New update is available. Click here to update.
Back to home
Variables and Data Types
Module
Introduction to Variables
0% completed
Introduction
Invalid variable
Valid variable
Introduction to Data Types
0% completed
Introduction
Longest decimal number
Bool variable
Scope of Variables
0% completed
Scope of a Variable
Local scope
Global scope
Types of Variables, Overflow and Underflow
Types of Variables
Overflow and Underflow
Typecasting
0% completed
Typecasting
Find the output I
Find the output II
Report an issue
Basics Of C++
Find the output I
What is the output?
int main() { int x = 5; char y = 'A'; y = x + y; cout << y; }
Options:
70
F
71
E
Submit
Change Theme