aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C Programming Fundamentals
  • Which of the following will declare a pointer to an integ...
Multiple choice

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

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

  2. int *x = &0x200;

  3. int *x = *0x200;

  4. int *x = 0x200;

  5. int *x( &0x200 );

Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

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