Best institute for Python, JAVA, .NET, Data Structure, C and C++.
Data Science with Python and R Language.
Training - Consultancy - Development
Sunday, 28 January 2018
use of pointer for passing array in functions
use of pointers with structure
use of pointer to return more than one values from functions
use of pointers in string
use of pointers in array
Part-7 : Use of pointers (in functions-call by reference)
pointers, pointers in C, pointers in C++, use of pointers, computer center in Govindpuram, computer center in Ghaziabad, best computer center in Ghaziabad,
Saturday, 20 January 2018
ATS Govindpuram: Introduction of Pointers (Declaration, Initializat...
ATS Govindpuram: Introduction of Pointers (Declaration, Initializat...: int a = 10, *p; p = &a; cout <<a; cout <<&a; cout <<p; cout <<&p; cou...
Use of pointers (in single variable with multiple pointer variables)
Part-4
: Use of pointers (in single variable with multiple pointer variables)
Use of pointers (in single pointer with multiple variables)
Part-3
: Use of pointers (in single pointer with multiple variables)
Use of pointers (in changing the values of variables)
Part-2
: Use of pointers (in changing the values of variables)
Introduction of Pointers (Declaration, Initialization)
int a = 10, *p;
p = &a;
cout<<a;
cout<<&a;
cout<<p;
cout<<&p;
cout<<*(&a);
cout<<*(&p);
cout<<*p;
10
1102
1102
1104
10
1102
10
Saturday, 13 January 2018
Subscribe to:
Posts (Atom)