VIJAYSY
Member
- Member since
- Sep 18, 2012
- Last active
- Nov 30, 2014
- Total activities
- 0
Activity feed
Recent contributions
-
#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...
-
#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...
-
#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...
-
#Threads
Tower of Hanoi
Is there any easy trick trace to Tower of Hanoi problem manually? (for 4 and 5 disks)
-
#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...
-
#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...
-
#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...
-
#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...
-
#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...
-
#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.
-
#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..
-
#Threads
d6b84beb-3d4d-4222-8812-40208d4fb577
sir, some innovative ideas..to solve real world problems.
-
#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...
-
#Threads
Coding Euler Problems in C
Is it possible to code all Euler problems in C language (ProjectEuler)?
-
#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...
-
#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.
-
#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...
-
#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...
-
#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...
-
#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...
-
#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...
-
#Threads
Format of the proposal:
Can someone provide me with a format for software proposal? I want to know how software proposals are made?
-
#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...
-
#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...
-
#Threads
3e2ba3d4-6d71-41a1-8747-8ab62f2196d8
out put is -not equal because in first case data type of a is int so,a is stored as 0; in second...
-
#Threads
VIRTUAL BOX - Modifying Source Code, Which Language To Use?
Since virtual box is open source..To modify the source code of virtual box which language should be used?
-
#Threads
7f034246-4276-4844-b1c9-b86efc3b629e
whether os of smartphone is machine dependent?
-
#Threads
Do Smartphones Have BIOS?
In this article, we’ll discuss if the smartphones have BIOS aka the basic input/output system, typically found in the personal computers. TLDR;...
-
#Threads
In which language is virtual box coded?
how virtual box works? in which language it is coded.