Categories
Quizzes
Ranks
Article
FAQ
Toggle Sidebar
Statement
Statement
A complete instruction executed by the program.
Progress
0/6 solved
6 questions
Concept practice
0/6 answered
Question 1 of 6
Question 1
Which of the following is the correct syntax to declare a pointer?
int ptr;
int &ptr;
ptr *int;
int *ptr;
Previous
Check answer