Q. Which of the following will declare a pointer to integer?

  • (A) int p;
  • (B) int *p;
  • (C) int &p;
  • (D) int pointer;
πŸ’¬ Discuss
βœ… Correct Answer: (B) int *p;
Explanation: int *p declares a pointer to an integer.
Explanation by: Mr. Dubey
int *p declares a pointer to an integer.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
86
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate