VIJAYSY

VIJAYSY

Member

Member since
Sep 18, 2012
Last active
Nov 30, 2014
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    b7c7c62f-dbff-443b-ba7e-46084061c173

    Hello everyone, I am 3rd year computer science student, I am placed in Akamai and my job profile is Technical Solutions Engineer...

  2. #Threads

    What's the output of this C program?

    [HASHTAG]#include[/HASHTAG]<stdio.h> int main(){ int i=2,j=2; while(i+1?--i:j++) printf("%d",i); return 0; } The above question was asked for my seniors in M...

  3. #Threads

    How to start writing driver software?

    Hello, I am computer science student, just completed 2nd year. (languages known:c,c++. and I have studied microprocessor 8086 ) How to start...

  4. #Threads

    Tower of Hanoi

    Is there any easy trick trace to Tower of Hanoi problem manually? (for 4 and 5 disks)

  5. #Threads

    519384ed-19ae-4a95-a3f0-6e982d80e57a

    I am 3rd sem CSE student,In our college IBM is providing industrial training on the basics of cloud computing for 25 hrs...

  6. #Threads

    Training on basics of Cloud computing.

    I am 3rd sem CSE student,In our college IBM is providing industrial training on the basics of cloud computing for 25 hrs...

  7. #Threads

    63223d7f-f781-454f-a28e-cd64df93c0c8

    Chinu1Hello... You can make a project for voting machine in C language. I think it's good for C language. But the coding...

  8. #Threads

    617e8366-b873-42c9-8d2a-503ea3d352a7

    Can any one help me to get dictionary in .txt ,pdf or .doc format. 2-3 times i googled but i did't got...

  9. #Threads

    80f14549-9e2a-4b92-aa49-8845e143d88b

    grsalviFirst do a trial test...use plain text to store words and their meanings separated by tab (using concept of .tsv files)...each word...

  10. #Threads

    38672827-556d-4807-a01f-3f35dfa63b7b

    how to sort the words in files, is it possible with quick sort? i am doing in C with structures and files.

  11. #Threads

    5a0c6ed7-217e-4a0b-832e-8060803b5c75

    jeffrey samuelWhat is crossing your mind now thenIf i did not got any thing then, i will go for dictionary or calendar..

  12. #Threads

    d6b84beb-3d4d-4222-8812-40208d4fb577

    sir, some innovative ideas..to solve real world problems.

  13. #Threads

    f52363f8-1677-4ef5-94a4-01509747cde9

    please suggest me topics for mini projects in data structures with C (except the topics which relates to management) I am in...

  14. #Threads

    Coding Euler Problems in C

    Is it possible to code all Euler problems in C language (ProjectEuler)?

  15. #Threads

    e3922c78-3810-4b00-9d59-63d3f66aa781

    OwenHi, I am having the same problem as Vijaysy- unable to access any of my wireless connections. I see them, however I...

  16. #Threads

    a522656d-0712-413c-a227-37face54dacb

    Try the recovery software,"Active file recovery". but don write anything on the disk before recovering your lost data.

  17. #Threads

    561f8391-5497-4576-a19d-fc5fe645934f

    The_Big_KCould you share the fix with us so that others who are experiencing the same problem will have a solution to try?Go...

  18. #Threads

    4bb32c5b-97c1-4287-a581-d1f7b86a0129

    The_Big_KPlease answer all the questions I asked in my post so that we can have a better understanding of the situation you're...

  19. #Threads

    5f29614a-1251-4c19-af37-b94233aaefc7

    The_Big_KIn order to troubleshoot this Wi-Fi related issue, could you tell us the operating system you're using (the version, specifically) and any...

  20. #Threads

    Windows has encountered an error saving the wireless profile specific error:the data is invalid

    When I try to open wireless network connection's property it shows a message that :windows has encountered an error saving the wireless...

  21. #Threads

    13760432-7350-4ded-bbe2-585a2fe95261

    The_Big_KNot sure what you want to know. What exactly are you intending to do? Do you wish to propose to develop a...

  22. #Threads

    Format of the proposal:

    Can someone provide me with a format for software proposal? I want to know how software proposals are made?

  23. #Threads

    48dccbe1-0a36-4d21-ae2d-656a8874bad4

    i guess, out put is 0.000000 ,0,or 0.00000000000000 depends on format specifiers used in printf function ,while subtraction implicit type conversation will...

  24. #Threads

    b1adc6cd-309f-423b-82ed-90c2db86f405

    yes a is stored as 0.700000 (up to my knowledge) the 0.7 which is used to compare with 'a' is taken as...