Tribhuvan University has published the result of BHM 8th Semester Regular Examination

Tribhuvan University has published the result of BHM 8th Semester Regular Examination
2022-03-30: Result Published: BTTM 1st Semester Regular Examination 2021
2022-03-22: Exam Schedule Published: BBA and BIM 2nd, 4th, 6th and 8th Semester Make up Examination 2022
Here are the guidelines for BIM Summer Project report writing published by the Faculty of Management, Tribhuvan University.
Data structure and algorithm with JAVA What is data structure? → A data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, […]
11. Write a program in PHP to add three numbers. <!doctype html> <html> <head> <title>Year : 2015 | Q : 11</title> </head> <body> <?php $sum = 0; if(isset($_POST[‘add’])) $sum = […]
11. Write a PHP program to create a web form that contains a textbox for names, and checkboxes for hobbies. When a form is submitted, check a name is entered, […]
11. Write a PHP code to perform server-side validation. (Check for empty, alphabets, numbers, email and password length validation) <!doctype html> <html> <head> <title>Year : 2017 | Q : 11</title> […]