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
Answer / md shamsher alam
i have no ability to answer this qn.........
| Is This Answer Correct ? | 2 Yes | 5 No |
9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29
I'm new to ABAP. What is Module pool in SAP?
Write a program to show polymorphism.
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
what is web service in java? have u use before.
class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?
2 Answers Cosmos, HyTech Pro, WinSoft,
When we use Windows authentication mode
Write a program to find duplicate number from array in minimum time complexity.
how to avoid java script validation in client side validation?
what is difference between restoring and non restoring division?
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!