The Bachelor of Science in Computer Science and Information Technology (B.Sc.CSIT) curriculum is designed by closely following the courses practiced in accredited international universities, subject to the condition that the intake students are twelve years of schooling in the science stream or equivalent from any university recognized by Tribhuvan University (TU).
BSc. CSIT
This category holds all the syllabus, Textbook, reference books, model questions, old questions, their answer keys, lab manuals, and other related educational materials related to Bachelor in science and Information Technology, BSc. CSIT.

Function Templates in C++
C++ provides certain features with the capability to define a single function for a group of similar functions. When a function is written for a family of similar functions, they are called as function templates. The main advantage of using function template is avoiding unnecessary repetition of the source code.