hi to every one ..
how to view table pool after creating the pooled table?
plz help me..
if any knows abt this ..
No Answer is Posted For this Question
Be the First to Post Answer
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
given post order,in order construct the corresponding binary tree
c program to subtract between two numbers without using '-' sign and subtract function.
void main() { int i=5; printf("%d",i++ + ++i); }
Differentiate between Macro and ordinary definition.
write a program to interchange the value between two variable without using loop
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is the sizeof () a pointer?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
Three major criteria of scheduling.
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is a union?