https://github.com/hashfx/c-practical-sem2
Solutions for practical questions of C-Programming-Language
https://github.com/hashfx/c-practical-sem2
Last synced: 16 days ago
JSON representation
Solutions for practical questions of C-Programming-Language
- Host: GitHub
- URL: https://github.com/hashfx/c-practical-sem2
- Owner: hashfx
- Created: 2021-05-07T12:55:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T13:02:46.000Z (about 5 years ago)
- Last Synced: 2025-02-23T14:44:35.255Z (over 1 year ago)
- Language: C
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solutions for C-Practical Problems
##### ref: Softvision College
## Questions Index
#### 1. Write a program to illustrate Pointer
#### 2. Write a program to illustrate Pointer2Pointer
#### 3. Write a program to illustrate arithmetic operations on Pointer
#### 4. Write a program to print array elements using Pointer notation
#### 5. Write a program to display 2d array elements using Pointer notation
#### 6. Write a program to illustrate array of pointers
#### 7. Write a program to illustrate Pointer to an array
#### 8. Write a program to illustrate Pointer to struct
#### 9. Write a program to illustrate malloc() function
#### 10. Write a program to illustrate calloc() function
#### 11. Write a program to illustrate realloc() function
#### 12. Write a program to illustrate union
#### 13. Write a program to pass entire array to a function
#### 14. Write a program to illustrate function declaration
#### 15. Write a program to illustrate actual and formal parameter in a function
#### 16. Write a program to illustrate call by value
#### 17. Write a program to illustrate call by address
#### 18. Write a program to find factorial of a no using recursion
#### 19. Write a program to illustrate return statement using functions
# Contributions
### Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Thanks!