Month: March 2023
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
Write a program in PHP to select the id, first name and last name column from the customer table and display it. Read MoreGenerate Multiplication using PHP
Multiplication table of specific number. (Eg: 7) User Defined Multiplication table.
Generate Multiplication using PHP Read MoreWrite 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 enter ‘N’ of data using file handling (user choice) Read MoreWrite a program in C to copy file using file handling
The above program will copy file from one file to another.
Write a program in C to copy file using file handling Read More