C++ Programs
Thursday, 26 May 2016
Pointers In C++
What Is Pointer....???
Pointer In C++ means That To Point out Location
Of any Variable
And Its Written *ptr(ptr Is variable Which You Want To find The Location
int xyz=786; This Is Variable
int *p=&xyz; This Is Pointer Which Is Equal To The Location Of Variable
int **p1=&p; This Also a Pointer Which Shows The Variable Which Is Placed On "p".....
Click Read More For Code :-
Pointer In C++ means That To Point out Location
Of any Variable
And Its Written *ptr(ptr Is variable Which You Want To find The Location
int xyz=786; This Is Variable
int *p=&xyz; This Is Pointer Which Is Equal To The Location Of Variable
int **p1=&p; This Also a Pointer Which Shows The Variable Which Is Placed On "p".....
Click Read More For Code :-
Wednesday, 25 May 2016
What Is Array In C++ Video Tutorial In Urdu/Hindi
What Is Array In C++ Video Tutorial In Urdu/Hindi
In THis Tutorial You Learn ABout Arrays
What Is Array In C++....??
And Uses
And How To Use.....??
Click Here For Tutorial
In THis Tutorial You Learn ABout Arrays
What Is Array In C++....??
And Uses
And How To Use.....??
Click Here For Tutorial
What Is Function In C++ In Urdu/Hindi Tutorial
What Is Function In C++ In Urdu/Hindi Tutorial.....
In This Video It Shows what Is function And How We Use It......
Click Here For Video
In This Video It Shows what Is function And How We Use It......
Click Here For Video
Check Given Number Is Palindrome Or Not
Check Given Number Is Palindrome Or Not
Palindrome Number Means
If We write a Number
For Example : 121
This Is Palindrome Because
If We Reverse It Their Is No Change In It
Output :
CodeIs Given Blow
Click On Read More
Get Max Number In 5 Numbers Given By User (Greater Number)
Get Max Number In 5 Numbers Given By User (Greater Number)
if(n[i]>max)
max=n[i];
Code Is Give Blow
Click On Read More
Subscribe to:
Posts (Atom)