Pointer in C Language - Quiz

  • ANot possible
  • B Possible
  • CDepends on the return value
  • DDepends on the # of arguments
  • AA pointer that points to a non-existent memory location
  • BA pointer that has not been initialized
  • CA pointer that points to the first memory location in the system
  • DA pointer that points to the end of the system memory
  • APerforming arithmetic operations on the values of pointers
  • BPerforming arithmetic operations on the memory addresses stored in pointers
  • CConverting pointers to integers and performing arithmetic operations on them
  • DConverting integers to pointers and performing arithmetic operations on them
  • AA pointer that can point to two different memory locations
  • BA pointer that stores a floating-point value
  • CA pointer that points to another pointer
  • DA pointer that can store two integer values
  • AA pointer that points to a specific memory location in a program
  • BA pointer that stores the address of a function in memory
  • CA pointer that can be used to access the arguments of a function
  • DA pointer that can only be used to call functions that return void