Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Post under tag interview questions
Recent posts under tag interview questions
All
Questions
MCQs
Jobs
Articles
+1
vote
1
answer
OS: When to decide having re-entrant function in code is necessary ?
posted
May 22, 2016
by
Ganesh
interview questions
c
reentrant
+1
vote
1
answer
C: How does macro function works as compare to normal function ?
posted
May 22, 2016
by
Vikram Singh
c
interview questions
macro
+2
votes
2
answers
Is there a limit of max number of files opened by a process in the Linux environment?
posted
May 17, 2016
by
anonymous
linux
interview questions
+1
vote
2
answers
How to find inorder successor in a binary search tree, sample C/C++ code would be helpful?
posted
May 16, 2016
by
anonymous
data structures
tree
interview questions
c
c++
–1
vote
1
answer
what is supercomputer?
posted
May 14, 2016
by
Hasan Raza
interview questions
0
votes
2
answers
What is the major difference between java 7 and java 8 ?
posted
May 13, 2016
by
anonymous
java
interview questions
0
votes
2
answers
Why String is Immutable or Final in Java?
posted
May 13, 2016
by
anonymous
java
interview questions
0
votes
3
answers
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
posted
May 12, 2016
by
Hasan Raza
c
pointer
interview questions
+1
vote
2
answers
Are the expressions arr and &arr same for an array of integers?
posted
May 12, 2016
by
Hasan Raza
c
array
interview questions
+3
votes
1
answer
What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?
posted
May 12, 2016
by
Hasan Raza
algorithms
data structures
interview questions
+1
vote
1
answer
Which is the best page replacement algorithm and Why? How much time is spent usually in each phases and why?
posted
May 12, 2016
by
Hasan Raza
operating system
os
interview questions
0
votes
1
answer
How to calculate someone's age, in days, months and years using a C program?
posted
May 12, 2016
by
Abu Anam
c
interview questions
+2
votes
1
answer
Why is HTTP protocol called as a stateless protocol in Java?
posted
May 11, 2016
by
Abhishek Maheshwari
interview questions
java
http
0
votes
1
answer
How does the native language C or C++ understand data types in JAVA?
posted
May 11, 2016
by
anonymous
interview questions
java
–1
vote
1
answer
Find the missing element from the given 2 arrays, second array is duplicate?
posted
May 9, 2016
by
anonymous
c
interview questions
array
+2
votes
1
answer
How to find all duplicate files in a folder in Linux environment?
posted
May 9, 2016
by
anonymous
linux
shellscript
interview questions
+1
vote
1
answer
What are the functionality performed by the OS after executable file is created of your code.
posted
May 5, 2016
by
anonymous
os
operating system
interview questions
0
votes
2
answers
what is difference between visual c++ and c++?
posted
May 4, 2016
by
Ajay Kumar
c++
interview questions
+1
vote
1
answer
Does Code.org actually teach you a programming language?
posted
Apr 30, 2016
by
anonymous
interview questions
+4
votes
1
answer
What is MIDI and which year was it is introduced?
posted
Apr 29, 2016
by
Atindra Kumar Nath
extension
interview questions
+2
votes
1
answer
what are the difference among White hat,Black hat and grey hat hackers?
posted
Apr 28, 2016
by
Shubham Sharma
interview questions
+4
votes
1
answer
create a fuction to separate odd & even integers
posted
Apr 27, 2016
by
Devendra Bohre
c
interview questions
+4
votes
1
answer
Given a dictionary of strings and another string find out if the string is an exact match to some words in dictionary...
posted
Apr 25, 2016
by
anonymous
data structures
string
c
interview questions
+1
vote
1
answer
Is there any standard way to calcuate space and time complexity for any program/algorithm?
posted
Apr 25, 2016
by
anonymous
algorithms
interview questions
+1
vote
1
answer
Python : How the arbitrary no. of arguments are passed into function ?
posted
Apr 24, 2016
by
Vikram Singh
python
interview questions
+1
vote
0
answers
Python : From how many ways a function can take arguments in python ?
posted
Apr 24, 2016
by
Vikram Singh
interview questions
python
+1
vote
1
answer
ALGO: Write algorithm to print all possible string by placing spaces between characters ?
posted
Apr 22, 2016
by
Harshita
interview questions
algorithms
c programming
+2
votes
2
answers
Which Java operator is right associative?
posted
Apr 21, 2016
by
Ramesh Gowda
interview questions
java
+4
votes
1
answer
What is the Dictionary class in JAVA?
posted
Apr 21, 2016
by
Atindra Kumar Nath
java
interview questions
+2
votes
1
answer
Reduce the string by deleting two same adjacent letter in the string?
posted
Apr 20, 2016
by
Aditya Dwivedi
c
interview questions
+3
votes
1
answer
C: Looking for C code which works similar to standard random function ?
posted
Apr 20, 2016
by
Vikram Singh
interview questions
c
+1
vote
1
answer
What is starvation in context of multi-threading?
posted
Apr 18, 2016
by
anonymous
operating system
os
multithreading
interview questions
+1
vote
1
answer
How to convert UTC data strings to the specific Date Format using JavaScript?
posted
Apr 18, 2016
by
anonymous
javascript
interview questions
+2
votes
1
answer
What kind of graph are only 1 - colorable and why?
posted
Apr 18, 2016
by
anonymous
data structures
graph
interview questions
0
votes
1
answer
Diameter: What all AVPs should not be protected while providing end to end security between client and server ?
posted
Apr 17, 2016
by
Alok
diameter
interview questions
0
votes
1
answer
Python: Difference between List and Array in python ?
posted
Apr 16, 2016
by
Ganesh Kumar
python
interview questions
+2
votes
1
answer
How to find out how much memory is used by an object in Java?
posted
Apr 15, 2016
by
Madhavi Latha
java
interview questions
+4
votes
1
answer
C: Check if a string is palindrome or not using recursion?
posted
Apr 13, 2016
by
anonymous
c
interview questions
recursion
+1
vote
1
answer
OS: How does file descriptor duping works in linux operating system ?
posted
Apr 11, 2016
by
Vikram Singh
operating system
os
interview questions
+1
vote
1
answer
What are the rules that needs to be followed, during method overloading and overriding ?
posted
Apr 11, 2016
by
Ritika Sharma
java
interview questions
+3
votes
1
answer
How can we take input from a file and print output in the file in C programming?
posted
Apr 9, 2016
by
Shahsikant Dwivedi
c
interview questions
0
votes
1
answer
Diameter: How does a Diameter node make out that answer message is received by peer ?
posted
Apr 9, 2016
by
Harshita
diameter
interview questions
+1
vote
1
answer
OS: How does the re-direction work internally in unix system ?
posted
Apr 9, 2016
by
Vikram Singh
operating system
interview questions
c
+2
votes
1
answer
When can an object reference be cast to an interface reference?
posted
Apr 7, 2016
by
Karthick.c
java
interview questions
0
votes
1
answer
Why method overloading is not possible by changing the return type in java?
posted
Apr 7, 2016
by
Karthick.c
java
interview questions
+3
votes
1
answer
How to find all possible subset of a set?
posted
Apr 4, 2016
by
Shahsikant Dwivedi
interview questions
c
algorithms
+2
votes
2
answers
DIAMETER: Once a Diameter session is established, how long a Diameter session exist ?
posted
Apr 4, 2016
by
Harshita
diameter
interview questions
+2
votes
1
answer
Calculate this multiplication in less than O(n) complexity.
posted
Apr 4, 2016
by
anonymous
algorithms
c
interview questions
0
votes
1
answer
How to you make Collections readOnly in Java?
posted
Apr 4, 2016
by
Naveen Kumar
java
interview questions
+1
vote
1
answer
What are concurrentCollectionClasses in Java?
posted
Apr 4, 2016
by
Naveen Kumar
java
interview questions
Page:
« prev
1
...
25
26
27
28
29
30
31
next »
...