Learn Pointer In C At TCCI, Ahmedabad
Tccicomputercoaching.Com
Pointers are powerful features of C Language and (C++) programming that differentiates it
from other popular programming languages like: Java and Python.
If you
have a variable var in
your program, &var will
give you its address in the memory, where & is commonly called the
reference operator.
You must
have seen this notation while using scanf() function. It was used in the
function to store the user inputted value in the address of var.
scanf("%d",
&var);
i.e.
int a;
int *p;
p=&a;
here, variable
p is pointer variable for inta which store the address of int a in memory.
*p gives the
value of variable a, but only p gives the address of variable a;
TCCI-Tririd Computer
coaching institute teaches All programming Languages to BCA, MCA,
Degree-Diploma
Engineering, BSC-MSC-IT , all school Board CBSE,ICSE,GSBE,IB)students,PGDCA
or any person.
TCCI is
located in Bopal and Satellite in Ahmedabad. We conduct lectures as per
students’ schedule, which is our specific feature.
Our faculty
not only teach but motivate the student to learn in best way.
Call us @
98256 18292.
Visit
us @ http://www.tccicomputercoaching.com
Mail
to tccicoaching@gmail.com
No comments:
Post a Comment