Increment and decrement only.
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; }
a. adding and subtracting the integer values b. adding and subtracting the pointers c. incrementing and decrementing the pointers other than tis pointer operations include relational operations such as =,<,>.
Pointers in C are stored as integers. You can perform any mathematical operations on pointers that you can perform on ints.Of course not, the following operations are possible: =, +, +=, ++, -, -=, --, *, [], ->, typecast
Process ManagementMemory ManagementInput/Output ManagementFile ManagementInterface (Menus Pointers ect)
Examples: * [] -> = ==,<=,<,!=,>=,> +,+=,-,-=
In computers, an accumulator is an 8-bit register that is a part of ALU (Arithmatic-Logic Unit) of a processor.It is used for temporary storage of 8-bit data and to perform arithmatic operations like addition,subtraction,multiplication,division or logical operations like AND,OR,XOR etc.The result of operation is stored in accumulator.
Alliteration
theatre
There are no array operations in C. Arrays implicitly convert to pointers, thus any operation you might attempt upon an array you would actually perform on a pointer.
The mean is the arithmatic average.
The four operations performed by a computer include processing, accepting input, output and storage. All of the operations of a computer occur in the CPU.
arithmatic