X
Ask a Question

View all Tags

Top Questions

1answers
1
Likes

Stack Implementation

How to implement Stack without using array in Java?

chain.singh

Jun 06 '2013 at 08:13AM

0answers
0
Likes

Thread

There is thread where there is variable int i which value have to increased from 0 to 100 inside for loop but System becomes shutdown when variable 's value is 50 so how to retrieve it's value when ne... (more)

sheel

Jun 02 '2013 at 12:25PM

0answers
0
Likes

How to run vim inside bash script ?

I am trying to open a file using vim in bash script then write into the file and then close the file. I am using the following code to do this : Code: filename=myname3.txt xargs vi $filename <<... (more)

Manish Sharma

May 29 '2013 at 04:54AM

0answers
0
Likes

Display Sequence, such that XOR is zero

Given a sequence of integers, display the combination of numbers such that their XOR is zero and also at least one number should remain unchanged in the sequence. Example: 1,2,3 Output: 0 2 2 1 0 1 1 ... (more)

Prateek Dilip

May 28 '2013 at 12:59PM

1answers
0
Likes

Stack vs Heap in OS

Does it always happen that stack always grows downwards & heap grows upwards? If its so, then how does OS keeps the heap area protected from the interference of the stack & vice-versa? If it... (more)

disha thacker

May 26 '2013 at 06:09AM

1answers
1
Likes

BST

Can anyone Give me real time application of BST ?
BST

disha thacker

May 25 '2013 at 12:50PM

1answers
0
Likes

scanf issue

#include<iostream> #include<cstdio> using namespace std; int main() { int a; cin>>a; while(a!=42) { printf("output %d\n",a); scanf(" %d\n",&a); } return 0; } See when I run th... (more)

Kshitij Awadhiya

Mar 29 '2013 at 11:20AM

0answers
0
Likes

Netbeans

Whene i m created new page(jsp,servlet,html,css etc.) then error is pccuring. Error: "The Folder name is not valid"

vkalsariya

Mar 14 '2013 at 04:03AM

0answers
0
Likes

Selenium Users

Is their anyone who has worked on Selenium. And can help me with that.

Parth_Mehta

Mar 13 '2013 at 01:37AM

0answers
0
Likes

Design Pattern implementation

How can i implement design pattern in my source code.

sancruiser

Mar 13 '2013 at 01:13AM