Infomax Computer Academy
Report Bug
Qus : What is the correct way to declare a pointer to an integer in C?
QusWhat is the correct way to declare a pointer to an integer in C?
A. int ptr;
B. int *ptr;
C. int &ptr;
D. int ptr*;
Solution
B. int *ptr;
Report Bug
Select Reason
Wrong Question
Wrong Translation
Out of Topic
Wrong Answer
Question and Option not visible
Formatting Issues
Hindi Version Not Available
Explanation Required
Others