Here in this repository I upload content related to C programming, PHP, HTML, CSS, and JavaScript.
Replace the images, audio and video content with your own files to have it work properly.
Collection of program questions, program solutions, and their explanation regarding C, PHP, HTML/CSS, and JS. It also consist readme file in each folder which explain how to nevigate and purpose each folder content"
Suggested structure:
- /Programmer
- /CSS
- CSS_programs_all (folder)
- CSS_explained.md
- CSS_questions.md
- README.md
- /HTML
- HTML_programs_all (folder)
- HTML_explained.md
- HTML_questions.md
- README.md
- /JS
- JS_programs_all (folder)
- JS_explained.md
- JS_questions.md
- README.md
- /PHP_Programs
- PHP_programs_all (folder)
- PHP_questions.md
- README.md
- /c_Programs
- Array_Matrix_String (folder)
- Basic_Programs (folder)
- File_Handling (folder)
- Function_Structure (folder)
- Pointer (folder)
- Series_and_Conversion (folder)
- C_EXPLAINED.md
- C_QUESTION.md
- README.md
- readme.md — this file
- .gitignore
- .gitattributes
- LICENSE
- /CSS
Requirements for C Programming
- Programming software with proper C compiler. (e.g: Dev C++ by orwelldevcpp in sourceforge.net
Requirements for HTML, CSS and JS (Client-side scripting) - Frontend
- Modern browser like google chrome, brave, etc.
- Text editor like SublimeText or Visual Studio Code which are installed properly and necessary extensions are present.
Requirements for PHP (Server-side scripting) - Backend
- Modern browser like google chrome, brave, etc.
- Xampp control panel for setting the local web development environment
- Text editor like SublimeText or Visual Studio Code which are installed properly and necessary extensions are present.
Other requirements:
- Github account to maintain the track of different versions of code.
- git bash to help add, commit, push the change to the gitrepo and to peroform other git operations