In staad pro, how can we design ROOF SLAB?
No Answer is Posted For this Question
Be the First to Post Answer
hoe to data grid use in sql server 2000?
What is procedural oriented language language..? give some examples of this language....?
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
along with oracle which language will be beneficial to have knowledge with,java,.net,since i m doing oracle have appeared for 8th sem BEIT,plz suggest
you have a computer with 80GB hard disk and ubuntu 8.04 is installed on entire hard disk.now you have to create a seprate partition for windows OS and install win XP as dual boot.write down the steps involved along with the commands
1 Answers Anand Group, Indian Navy, TCS,
what is mutex?
4 Answers Axiom, Blue Star, SQL Star,
what is best way to create a Thread class & why?
how many keywords are present in "c"?
18 Answers Assurgent, Cynosure Software, IBM,
How Many versions are there in crystal reports
what is the difference between a looping statement and a decision statement
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)