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...

  19. #Threads

    550c88d1-e906-4eba-92f6-e370b4b93b9c

    Hey you save it as Animation.java and try again if it does not work out still send me actual error i will...

  20. #Threads

    21b67e2a-09c3-4f81-b167-09f7285eeb5b

    Hey buddy you got the code but if you would have tried and posted incorrect code we all would have been much...

  21. #Threads

    87deb615-84da-41fe-ba84-0155647b08b0

    Hey it is an applet you don't have to run it as Java application Instead you have to view it using the...

  22. #Threads

    55b33526-b12e-4069-9dff-464469741280

    Ya hibernation is not that good it can take toll of your pc Sumit has pointed it out and why to hibernate...

  23. #Threads

    22c8ac2c-6ec7-46d8-be17-1f78f96ec409

    Awesome code Pradeep keep it up but i guess has he got his solution i dont know but your code is good...

  24. #Threads

    be547da9-c989-4a97-b931-9eadd88b3ac5

    I forgot to specify that this method works only for the matrices with non zero determinant see if your input satisfies this...

  25. #Threads

    b3987239-97cc-495a-8243-306f3e7abdad

    I guess you posted code and explained nothing and i told mechanism using recursion and not code

  26. #Threads

    60d1c404-1b79-4476-9e82-a94b39132633

    Sorry but i joined late so reply comes in late. The problem you are talking about is similar to puzzle that comes...

  27. #Threads

    d268b854-c03e-433d-bd12-fd289479cc79

    You can hide files normally.If you want to restrict access by password you can use a software like i used one Folder...

  28. #Threads

    59291c4e-0c29-4bca-b70d-764ebf0d3566

    Hey if you want the mathematics method that we had in course then refer to any textbook with a chapter on matrices.But...

  29. #Threads

    ce45a073-fba2-42a7-9533-dade191bd0bf

    I think if you keep calling the function then at a certain stage you will get the answer I guess once we...

  30. #Threads

    2cf313bd-68e2-482d-9119-d0fe451d48a3

    How about using recursion??????? I guess you can use recursion easily with the trees. Call a function that returns the address of...

  31. #Threads

    bcbf8f81-e0bd-4072-ac41-e54c57295cf7

    Can we discuss something meaningful here please ????????? I guess the USB wont be alive after once it is dipped in boiling...

  32. #Threads

    fb25b8ad-62b9-4295-8248-bc8d91c69dcd

    I have gone through the let us C up to file handling and rest i will go through shortly.I want to know...

  33. #Threads

    ade54d68-572d-42d7-aa36-005ef6dcb5f9

    Ya you tell what you tried at least your logic then we will try to correct it if you want it i...

  34. #Threads

    8aee544e-daa3-49c1-978f-f056ec63bdda

    Everyone knows security of Linux against viruses but i would like to know how to avoid in Windows I have both the...

  35. #Threads

    d33f3556-fa96-4528-ad69-1ffb513cd912

    Hi all I seem to be visiting quite often these days anyways coming back to this thread I would like to suggest...

  36. #Threads

    85c15412-7f6b-4192-9ffd-f48f74f2886e

    Re: Servlets not running Hey Rahul, Try to see all the posted threads first you will find it there.I think this has...

  37. #Threads

    e4b0411b-252f-49f6-afda-142235c94ecc

    Check for viruses and also try to format once using the command prompt

  38. #Threads

    5b0e07e8-40c9-47fd-b4ff-4d4855e5f09f

    Hi infimus, There is no option of System as you mentioned to find out.So can you please check it once again.

  39. #Threads

    c03e0688-32b0-4f77-89d5-da06d96479b0

    MySQL is a database which can work on Windows and Linux. Also SQL is the language of database.I dont have idea of...

  40. #Threads

    25d08adb-91a4-47f3-bebb-669425a46232

    Ya i know the naming conventions of Java but the point is not that. I will refer the Complete Reference for help...

  41. #Threads

    Linux - Basic commands and shell scripting

    Can anyone help me some proper links to tutorials on Basic terminal commands and shell scripting of Linux? I am new to...

  42. #Threads

    036d41d3-9dbf-40d9-b94a-76faaa1c9bf6

    You can try the following softwares tune up utilities then CCleaner and also try to use classic theme of windows with visual...

  43. #Threads

    43a9e862-49ec-411d-9710-e1300179bb02

    Hello, thanks that you are helping but the error is that it cannot find the servlet classes so may be i have...

  44. #Threads

    1cbb69fc-f87b-4ec1-8d4d-338f6e6b4d3d

    I have not written any web.xml file can you please help me out with that one I am giving you my servlet...

  45. #Threads

    2d0a77ad-a8b4-439b-8c08-f50072181f38

    I will check it thanks but any further help is welcome

  46. #Threads

    Servlets not running

    Can you please tell my servlets are not running? I have J2SE and J2EE installed on my machine. I have apache tomcat...

  47. #Threads

    ea5715a8-2228-4e56-8729-3319a3289f86

    So i guess my program starts with a given statement that "Hi my name is ashutosh and this sentence contains exactly" &...

  48. #Threads

    abd8ce53-05a1-4155-9141-79248b3c37aa

    You can have a look at <a href="https://www.sourcecodesworld.com" target="_blank" rel="nofollow noopener noreferrer">Free Source Code Planet | Source Codes of P...

  49. #Threads

    64ef25cf-8481-4f49-a272-3444b9fa9a32

    i ran your code and it works just make sure that your bgi files are in correct place i dont see any...

  50. #Threads

    cba897ab-eff3-4c43-8a7e-47f0b458cfb5

    I have submitted a code showing moving cars in an applet Use that logic and try to write the code.I am not...

  51. #Threads

    8a17920b-dbcd-4ea2-82b7-302069d15673

    Am i supposed to code a program that starts with "Only a fool would check that" and finish up with your sentence...

  52. #Threads

    a1b2121c-8163-4a8a-b7c3-1d61bdebdfee

    Sumit, The program if it wants the source code once only is given by me in C. If you want that the...

  53. #Threads

    dc56b2c6-aae9-4d9f-9f93-639e7a3c3dd5

    I told you post your code Please if you do that may be we can help you properly.

  54. #Threads

    b4b00622-231e-4d31-ae21-578c316e2dfa

    You may have an error of runtime in windows if you do not specify correct path for initgraph(). Try getting correct path...

  55. #Threads

    d60a8c67-ad0f-4f8f-907f-52fe1f52487b

    Recursive functions always contain 2 parts.First that indicates action to be done by this call and second is the one that recursively...

  56. #Threads

    143be0c2-9e54-4b0c-9c0e-a64284618288

    you save it as prog1.c in bin folder of turbo c then run it

  57. #Threads

    c4bb0b47-910b-4693-8685-059db484428b

    If the following code is saved as PROG1.C then on running this code output is the code itself. #include<stdio.h> #include<conio.h> #include<stdlib.h> void...

  58. #Threads

    005f57c3-d2fb-452c-89ce-15de2a8f7f4c

    The java file code is as follows: It shows 4 cars crossing a square. import java.awt.*; import java.util.*; import java.applet.*; /* <APPLET...

  59. #Threads

    40f530cf-1c57-4e73-8fac-b7d427b6ea27

    I say Kaspersky is the best one but if you are working it out for your pc at home having upto 512...

  60. #Threads

    70372bb8-aba7-4356-8f09-764ac6061925

    I don't think it is the right way.But I would like to know the right way If the big guys could please...

  61. #Threads

    341df103-97a5-4b56-91a6-ea19be1585d5

    I want to know how crash may occur during linux installation. Also please tell me is it the case that linux can...

  62. #Threads

    eadc4bba-5107-4a51-8b0f-36d72b252769

    Hey Java is both compiled as well as interpreted.The compiler first compiles the source code and gives a .class file .This is...

  63. #Threads

    Help Please: Tutorials for learning Dev C++

    Can anyone suggest tutorials for learning Dev C++ features and also a site to get some programming problem statements

  64. #Threads

    3c7a64e8-f4c0-4191-9598-50efcf4a8368

    I think no one tried it out. Here is my code Pleasse check this one out and if you find a better...

  65. #Threads

    26ad78b3-acdf-40d6-a4c3-b2f8794fcb4e

    Thanks your advice worked.I got some weird looking code but it worked in some cases.Can you please check it out. #include<iostream.h> #include<conio.h>...

  66. #Threads

    5e409a39-1e6f-46bc-80c4-980e0a4625da

    I am a person crazy about programming.I like listening to soft music.I hope we make CE even better together.😁

  67. #Threads

    Combinations of characters

    Can someone give me a code that works as follows: Input : A word containing at max 10 letters.eg: "team" Output: The...

  68. #Threads

    701308cf-8b79-4400-a928-29ee169eb864

    You can be given any determinant as input say maximum order 10 x 10. You have to write the program to evaluate...

  69. #Threads

    Write a program to evaluate a determinant of any order n*n.

    Write a program to evaluate a determinant of any order n*n. Input would be the value of n and the determinant itself.The...

  70. #Threads

    62ff0f06-f825-49c1-9d46-c884f7d6656d

    I just joined the site and would like to contribute in here Code in PASCAL using linked list {Program to perform polynomial...

  71. #Threads

    0099c231-142b-493a-ab6d-aee0879c93a3

    Re: Write a program to display all perfect numbers upto 1000 Hi I have got the definition of powerful no from wikipedia...

  72. #Threads

    903ccedc-bfdf-4554-a36e-91b891ac0db3

    Hi OrAnGeWorX what I could make out of your question is that user enters N numbers and you want the perfect numbers....