Ashutosh_shukla

Ashutosh_shukla

Member

Member since
Nov 15, 2008
Last active
Jun 27, 2009
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    d6c6446b-08a2-4326-9bb3-c3218807693d

    What is a virtual machine? What i have heard is that without actually installing the OS we can have a virtual environment...

  2. #Threads

    a75877eb-33d2-4cea-85ff-31e2bb1b623a

    Problem#5 in C++ #include<iostream.h> #include<conio.h> #include<ctype.h> void main() { int n; clrscr(); cout<<"Enter any number : "; cin>>n; if(!isalnum(...

  3. #Threads

    455d873a-aba3-451d-9bb3-819a3ee55465

    Well the Problem#4 is quite simple if you want as follows in C++ using <string.h>: #include<iostream.h> #include<conio.h> #include<string.h> void main()...

  4. #Threads

    b49e7193-4270-471e-87ab-bafd651007d4

    Solution of Program#2 in C++ /*@Author: Ashutosh*/ #include<iostream.h> #include<conio.h> void main() { int n; clrscr(); cout<<"Enter any number :...

  5. #Threads

    1b09ff0d-b8f4-4f98-84a5-f8dd307d7da2

    Solution of Problem#1 in C++ /*@Author: Ashutosh*/ #include<iostream.h> #include<conio.h> void main() { int n1,n2; clrscr(); cout<<"Enter N1 : ";...

  6. #Threads

    db9e599e-8753-4036-93a0-02df9bfce4e8

    Solution for Problem#6 in Java /* File Name: Main.java @Author: Ashutosh Shukla */ import java.io.*; class Main { public static void main(String...

  7. #Threads

    4cf352ef-6b47-4ba6-830e-9908cf55c1e2

    Hey people stop getting confused, See as the name suggests C++ means C with the extensions. C ++ is C plus the...

  8. #Threads

    a80e44b9-b19c-4abc-91b7-b2093fd777f5

    I know only Java Threads and that the OS manages the threads of applications Any other knowledge is welcome

  9. #Threads

    737dd4e3-4149-4961-a268-94b6476ec982

    We are trying it and we will inform you about it for now any help on server side programming is welcome we...

  10. #Threads

    507a80b8-9dfb-476f-9bcf-d4e7931e804f

    Can you please complete your homeworks on your own and please at least try once and then post the doubt, Hey CEans...

  11. #Threads

    9843191b-2fc7-456e-957c-e8c69346a21e

    Try to search this on google or may be even wikianswers.com you may get its solution I know that FAT is File...

  12. #Threads

    c684e7a0-dc5e-496f-8fbd-eebe8aaa1e9e

    I forgot to paste my code in PASCAL in last post This code creates the tree and then displays them in all...

  13. #Threads

    e3028685-d9dd-4f04-ba2b-b9f6bc5c7074

    Hey traversal in binary trees. There are three traversals: 1)Preorder 2)Inorder 3)Postorder In preorder you have to use the node left and...

  14. #Threads

    f7f9fdc2-700a-48cd-b600-73c51baa833a

    Have you read the Galvin book shalini. Although the book seems to be very good but i find it more confusing than...

  15. #Threads

    96a0d222-db42-4d73-aa84-3428fedf3ebe

    Hey listen you don't know jdk i mean it is same as the java installed on your machine.It has a bin folder...

  16. #Threads

    a95b2f8f-6452-4cc5-9baf-4b1242adba95

    Hey i have the Galvin book but i got terribly confused with one thing. Multitasking implies multiprogramming or is it vice versa...

  17. #Threads

    Big time Confusion in Operating Systems Concepts

    Hey this is for the big guys to explain to me!!!!! I was very sure of my concepts regarding the Multis!!!!!!! 1)Multiprogramming...

  18. #Threads

    b359faee-cd8a-47c2-a80b-8c2a9c4bf3ed

    Hey listen you copy the code and store it in a file Animation.java Next thing is to compile it with the jdk...