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).


What two operations are performed by alu?

The Arithmetic Logic Unit (ALU) performs two primary operations: arithmetic operations and logical operations. Arithmetic operations include addition, subtraction, multiplication, and division, while logical operations involve comparisons and Boolean operations such as AND, OR, and NOT. These operations are fundamental for processing data and performing calculations within a computer's CPU.


What are arithmetic operaters can be perform on pointer?

Arithmetic operators can be performed on pointers in C and C++ to navigate through arrays or memory blocks. The most common operations include addition and subtraction, which adjust the pointer's address by multiplying the integer value by the size of the data type it points to. Incrementing a pointer (using ++ or --) moves it to the next or previous element in the array, while subtracting two pointers yields the number of elements between them. However, using multiplication and division with pointers is not defined.


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.


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.


Which is an arithmetic operation?

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