Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pointer #14

Open
vishalkumar51095 opened this issue Dec 28, 2021 · 0 comments
Open

Pointer #14

vishalkumar51095 opened this issue Dec 28, 2021 · 0 comments

Comments

@vishalkumar51095
Copy link

vishalkumar51095 commented Dec 28, 2021

  1. C program to demonstrate declaration of pointer variables.
  2. C program prints address of a variable and a variable can be assigned different address in different runs.
  3. C program to illustrate Array Name as Pointers in C.
  4. C program to Reverse an array using pointer.
  5. C program sort an array using pointer.
  6. C program for differentiate passing by pointer and passing by reference.
  7. C program to illustrate concept of the pointers to constant.
  8. C program to illustrate concept of the constant pointers to pointers
  9. C program to illustrate concept of the constant pointers
  10. C program to check if a string is palindrome using pointers.
  11. C program to find length of string using pointer arithmetic.
  12. C Program to compare two strings using Pointers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant