aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Programming in C
  • Which of the following arithmetic operations with the add...
Multiple choice

Which of the following arithmetic operations with the addresses is not possible in C language?

  1. Addition of two addresses

  2. Multiplication of two addresses

  3. Multiplication of an address with a constant

  4. Divison of an address with a constant

  5. All of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

This is the correct choice.

Keep practicing — related questions

  • Which arithmetic instructions may use any of the addressing modes for one of the operands, but, except when...
  • The number of full and half address required to add 16-bit numbers is
  • The ___________ in the allocation of addressing bits determines that each operand may require its own mode ...
  • What does the following code do? void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunct...
  • Which of the following arithmetic instructions in 8086 adds two binary operands and a carry and places the ...
  • #include<stdio.h> int main() { int p[]={1,2,3}; printf("%d %d",p,(&p)+1); } If address of p is -123456 and ...
  • In which addressing mode is the address of the location of an operand given explicitly?
  • Which of the following operators are used in 'C' to operate at Bit-level in a program?
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Programming Languages and Compilers (2284 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy