Skip to main content

Posts

Recent Posts

Web Technology

Pattern Program In C

Pattern Program in C Language. This program print various star and number pattern. E.g:- triangle , Pyramid etc. This program show how to print different types of pattern in C language using for loop. This program also involve  uses of nested loop. Click Here to download all the notes and study materials related to c programming.         Download

Pokhara University Syllabus

Pokhara University Bachelor of Engineering in Information Technology(BE-IT) syllabus Preview and Download Pokhara University Computer Engineering  Syllabus Preview and Download Pokhara University Civil Engineering Syllabus Preview and Download

Pokhara University BE-IT & Computer Engineering Notes

Features:- Based on Pokhara University Syllabus  Simple and easy to understand  Exam oriented  Short and effective  Handwritten Notes plus computerized  Extra study materials  You can read online  You can download freely   In pdf format SEMESTER WISE NOTES  First Semester Second Semester Third Semester Fourth Semester Fifth Semester Sixth Semester Seventh Semester Eighth Semester

C Programming

C   Programming Language is High level and general purpose  programming language  that was originally  developed by Dennis M. Ritchie at Bell Labs in 1972. Features Of C -> It is robust language which is rich set of billion of functions and operators that can be        used to work any complex program. -> C compiler combines the capabilities of an assembly language with features of high       level language. -> Program written in C are efficient , reliable and fast. -> C is highly portable because program once written can be run on another machine       with little or no modification. -> It allows to create user define functions and add each to C library . Application Of C -> To design system software like OS , network devices and compiler. -> To develop application software like database , spreadsheet etc. \-> Use to develop graphical related ...