Norma Education in coordination with CSIT Association of Nepal and St. Lawrence College presents ‘Career Opportunities in IT’ The main objective of this event is to Educate freshers about the […]

Norma Education in coordination with CSIT Association of Nepal and St. Lawrence College presents ‘Career Opportunities in IT’ The main objective of this event is to Educate freshers about the […]
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, […]
This handwritten notes is provided by our active contributor Miss Aashma Pandey from Asian School of Management and Technology. Study Notes Nepal team is very thankful for her support toward us. This solution […]
This handwritten notes is provided by our active contributor Miss Aashma Pandey from Asian School of Management and Technology. Study Notes Nepal team is very thankful for her support toward […]
Write a function that takes a string from the user, if the length of the string is 7 then it displays the middle character of that string, and the function […]
What is C language? The C programming language is a standardized programming language developed in the early 1970s by Ken Thompson and Dennis Ritchie for use on the UNIX operating […]