The same as in any other C compiler.
In turbo C pointer maximum refers up to 1MB of memory, wheras in GCC pointer refers up to 4 gb of memory.
Turbo C compiles c source. turbo c++ compiles c++ source code.
turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.
+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C
+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C
Increment or decrement the pointer by the required offset.
It is a pointer that points to a member of a structure.
no
the purpose of pointer in c for saving the memory space.,and reduce the length and complexity of the program
Pointer in C is Memory Reference. It stores memory address of any variable, constant, function or something you later use in your programming. Pointer basically used to ease the referencing of variables and others or in polymorphism and inheritance.
The pointer that points to a block of memory that does not exist is called a dazzling pointer or wild pointer
C does not have stream pointers.