answersLogoWhite

0

pointers are used to store address of a variable and arithmatic operations can be easily done but these operations performed onthe address of variabe

forex:

#include<stdio.h>

void main()

{

int a,*b,c;

a=9;

b=&a;

c=b+1;

}

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the effect of various arithmetic operators on a pointers?

Error message, mainly. The following operations are legal: ptr + integer (pointer) ptr - integer (pointer) ptr - ptr (integer)


Which two pointer does not increment or decrement in arithmetic array?

constant pointer and character pointer


How do you spell the math term urithmatick?

The use of numbers in simple math operations is "arithmetic."


Why use a number line?

It is useful for people to learn about some of he basic operations of arithmetic.


What is the major difference between arithmetic and logical operations?

Arithmetic operations are addition,subtraction,multiplication,division.Logical operations are OR,AND NOT,NOR,NAND,XOR,XNOR.


The unit that performs the arithmetic and logical operations within the processor?

The unit that performs the arithmetic and logical operations within the processor is called the Arithmetic Logic Unit (ALU).


Describe the operations performed by the following arithmetic circuits?

The arithmetic circuits on the list that you posted with the question are incapable of performing any operations


What is arithmetic?

Arithmetic is the process of applying the four basic operations: addition, subtraction, multiplication and division to numbers.


Can NAND operations or alternatively AND OR and NOT operations be broken down into and emulated by a series of arithmetic operations?

Yes


Which is an arithmetic operation?

The four basic operations of arithmetic are addition, subtraction, multiplication and division.


How do you perform arithmetic operations on binary numbers?

There are a few rules to perform arithmetic operations in binary numbers. According to those rules you can add or subtract binary numbers. There are only two arithmetic operations used in binary numbers, they are addition and subtraction.


Is multiplication an arithmetic operation?

yes, there are four arithmetic operations, addition, subtraction, multiplication, and division