Guided Paths
Contests
Interview Prep
Practice
Resources
Problem of the day
Login
New update is available. Click here to update.
Close
Topic list
Fill the output
You are not logged in!
Login now to see more stats and your progress.
Login
Other topics
Problem solved
Badge
Skill meter
Strings
-
-
Matrices (2D Arrays)
-
-
Linked List
-
-
Sorting
-
-
Binary Search
-
-
Stacks & Queues
-
-
Trees
-
-
Graph
-
-
Dynamic Programming
-
-
Greedy
-
-
Tries
-
-
Arrays
-
-
SQL
-
-
Binary Search Trees
-
-
Heap
-
-
Bit Manipulation
-
-
Report an issue
Fill the output
int a[] = {1, 2, 3, 4}; cout << *(a) << " " << *(a+1);
Your answer:
Submit
Change Theme