C&C++ / Pointer
- How to declare and print Pointer in C.
- Find the element with highest frequency in the array using pointer in C.
- Comparing two string with pointer in C.
- How to return a pointer from a function in C.
- How to use calloc function with pointer in C.
- Count the number of vowels and consonants in a string using a pointer in C.
- Find out the maximum and minimum value from an array using pointer in C.
- Add two value with Pointer in C.
- Swap two value with pointer in C.
- Printing an Array with pointer in C.
- Reverse an array with Pointer in C.
- Search an Element from an array with pointer in C.
- How to Scan and Print 1D array with Pointer in C.
- How to Scan and print 2D array with pointer in C.
- How to Find the length of a String with Pointer in C.
- Sort 1D array By Disending Order with Recursion in C.
- Sort 1D Array By Ascending Order with Pointer in C.
- Finding N-th Even Number with Pointer in C.
- Finding N-th ODD Number with Pointer in C.
- Replace Even and Odd Number With 1 and 0 using Pointer in C
- Find Reverse of a String Using Pointer in C.
- Create a new String with two old string with pointer in C.