Search boom4u
 
Home
Email
Question Papers

MCA entrance testsMCA  Syllabus
Programming Codes
Tutorials
MBA Projects
Chat
About Us

Home |Programming codes

Programming

Programming in C

  All these programs are tested on BORLAND C/C++ and are ready to use(more than 25 programs are there).

         Download Index     : -  Index 
           
Download programs : -     program codes                   
           
Download programs in doc format :-    C in doc

Program to find nearest smaller prime number to the given number   download

Program to convert a decimal number system to binary number system (works on fraction also) using recursion download

Program to print the fibonacci series up to the given number download

Program to develop a calculator program to add/multiply/ subtract/ divide 2 numbers using functions placed in different source files download

Program to print all the rotations of the string entered .Example word "rotate" will have following rotations  --otater,tatero,aterot,terota,erotat,rotate download 

Programming in C++

  All these programs are compiled and checked on BORLAND C/C++ COMPILER.

Download Assignment_1 with index , actual code and codes in .doc format 
Download Assignment_2 with index , actual code and codes in .doc format

Data Structures

Implementation of priority queues using link list Download

Removing duplicate values from link list Download

Program to find the factorial of 500 and more download

Oracle

More than 30 questions with solved queries and database of readymade tables (.dmp file) Download

Java

Distance Vector Routing Algorithm implemented in JAVA . Download