Showing posts with label C. Show all posts
Showing posts with label C. Show all posts

SYMBOLIC CONSTANTS

May 28, 2020
SYMBOLIC CONSTANTS Symbolic constants allows the programmer to define a name for a constant and use that name throughout the program.  ...

2's complement:

May 26, 2020
2's complement: The 2's complement of a given binary number X (=! 0) with integer part of n digits can be obtained as follows...

1's COMPLEMENT

May 24, 2020
1's COMPLEMENT Suppose we have a binary number x having an integer part of n digits.  Then ( b- 1) complement of the number x can b...

Pointer to Array in C

May 18, 2020
Pointer to Array in C Pointer to array is a pointer variable that points to an array. It is also known as array pointer for short. It i...

Pointers to Pointers

May 17, 2020
Pointers to Pointers Since every variable declared in a program is assigned an address, similarly when a pointer variable is declared, ...
Powered by Blogger.