aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
Multiple choice

Assigning the value 0 to a pointer variable

  1. 3

  2. 4

  3. 5

  4. 6

Reveal answer Fill a bubble to check yourself
C Correct answer

Keep practicing — related questions

  • What is the value NULL??
  • Which symbol is used to declare a pointer variable
  • __________ pointer is a type of pointer of any data type and generally takes a value as zero
  • __________ pointer is a type of pointer of any data type and generally takes a value as zero
  • Which of the following can be used to modify the value of a variable?
  • Which operator is used to assign a value to a variable?
  • void main() { int *ptr; int item=5; int arr[]={10,20,30,40,50}; ptr = &item; for(;item>=0;item--) { printf(...
  • What will be the value of i? int i = 1; i = i +2*i ++; printf(“%d”,i);

Practice this topic

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