Thursday, 26 May 2016

Passing Array Through Function And Return Value To Main In C++ Code


Passing Array Through Function And Return Value To Main In C++ Code
















Pointers By Function In C++ Program

Pointers By Function In C++ Program











Code Is Given Blow Just Click On Read More :-



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 :-



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







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






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



Sorted Array By Slection Sorting In Dev C++


Sorted Array By Slection Sorting In Dev C++







C++ Code Is Given Blow
Just Click On Read More



Sorted Array By Bubble Sort Method In Dev C++


Sorted Array By Bubble Sort Method In Dev C++









Code Is 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



Making a Calculator By switch statement In Dev C++

Making a Calculator By switch statement In Dev C++



Output Shown Like This :