πŸ“Š C Programming
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

πŸ‘οΈ
65
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate