-
Research Paper2
Text Classification of National Anthem using AgglomerativeHierarchical Clustering. https://ijrp.org/paper-detail/6211
-
Research Paper1
Click here to read my research paper published in IJRP. Comparison of naïve bayes, logistic regression and supportvector machine for predicting suicidal tendency from socialmedia content https://ijrp.org/paper-detail/6158
-
Price list using HTML and CSS
price.html style.css
-
Grid example in CSS
HTML CSS (save as style.css)
-
Write a program in PHP to select the id, first name and last name column from the customer table and display it.
for database It displays only first name and last name from the customer table in the database
-
Generate Multiplication using PHP
Multiplication table of specific number. (Eg: 7) User Defined Multiplication table.
-
Write a program in C to enter ‘N’ of data using file handling (user choice)
Note: Press CTRL + Z (^Z) if you want to stop data entry. It will automatically save into file
-
Write a program in C to copy file using file handling
The above program will copy file from one file to another.