aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Java and C Programming Quiz
  • Which one of the following will declare a pointer to an i...
Multiple choice technology programming languages

Which one of the following will declare a pointer to an integer at address 0x100 in memory?

  1. int *p; *p = 0x200;

  2. int *p = &0x200;

  3. int *p = *0x200;

  4. int *p = 0x200;

Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

  • If there is an array Num[50] of integer type with size 50, then what is the correct way to store the addres...
  • I want to declare a pointer to a constant int variable ,pointing to a constant memory location. What is the...
  • Which of the following operators is used to get the content of the address pointed by a pointer variable to...
  • Which of the following gives the memory address of a pointer a?
  • A pointer is _____.
  • A pointer is
  • A pointer is a variable for storing
  • A variable i of type int is stored in memory location 0x22ff74. Now assuming that I have a pointer to i , W...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Programming Fundamentals (2381 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy