VIJAYSY
Member
Member since
Sep 18, 2012
Last active
Nov 30, 2014
Posts contributed
29
Recent posts
-
@vijaysy-L0Tg5s • Oct 26, 2024Oct 26, 20241.5K
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 Mu-Sigma written test.. The output... -
@vijaysy-L0Tg5s • Oct 25, 2024Oct 25, 20241.4K
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 writing driver... -
@vijaysy-L0Tg5s • Oct 25, 2024Oct 25, 20241.2K
Tower of Hanoi
Is there any easy trick trace to Tower of Hanoi problem manually? (for 4 and 5 disks) -
@vijaysy-L0Tg5s • Oct 26, 2024Oct 26, 20242.4K
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 in 5... -
@vijaysy-L0Tg5s • Oct 26, 2024Oct 26, 20241.1K
Coding Euler Problems in C
Is it possible to code all Euler problems in C language (ProjectEuler)? -
@vijaysy-L0Tg5s • Oct 26, 2024Oct 26, 20242.1K
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 profile specific...