▂ ▄ ▅ ▆ Confused Draco▆ ▅ ▄ ▂

Get all solutions of any problem related to Programming in C,JAVA language... Leave a comment about the provided solutions and also if you want to ask any Questions..

Sunday, 10 January 2016

Templates in C++ Programming

›
Templates in C++ programming allows function or class to work on different data types without writing different codes for different data ...
Sunday, 5 July 2015

Extracting information from URL address

›
Problem Statement: Gaurav Singhal is making a web application in which he has to get the details like login id, password. He uses HTML and...
Thursday, 6 February 2014

Merging of two Binary Search Trees

›
#include<stdio.h> #include<stdlib.h> typedef struct {     int info;     struct node *left,*right; }node; node* insert(no...
Wednesday, 16 October 2013

Weighty Matters

›
Amdocs Code Mania 2013 Weighty Matters Lalu owns a shop that sells weighing scales (see figure alongside) and weights. All the scales in...
Tuesday, 10 September 2013

The Banker's Algorithm for Detecting/Preventing Deadlocks

›
#include<stdio.h> #include<iostream.h> #define true 1 #define false 0 typedef struct process { int alloc[4],max[4],cur...
›
Home
View web version

About Me

My photo
Gaurav Singhal
Jaipur, Rajasthan, India
View my complete profile
Powered by Blogger.