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 c programming
Recent posts under tag c programming
All
Questions
MCQs
Jobs
Articles
+2
votes
1
answer
How to traverse a TREE without recursion?
posted
Nov 28, 2013
by
Neelam
data structures
tree
c
c programming
+3
votes
1
answer
How to find all permutations of a given string?
posted
Nov 28, 2013
by
Neelam
data structures
algorithms
c programming
c
+7
votes
1
answer
Print cousins of a given node in a tree?
posted
Nov 26, 2013
by
anonymous
algorithms
c
data structures
c programming
tree
+7
votes
1
answer
Check if a tree is a subtree of another tree?
posted
Nov 26, 2013
by
anonymous
data structures
c
c programming
algorithms
tree
+6
votes
0
answers
Connect same level nodes without level order traversal in a Binary Tree?
posted
Nov 26, 2013
by
anonymous
algorithms
data structures
c
tree
c programming
0
votes
2
answers
Address of variable vs pointer
posted
Nov 25, 2013
by
sivanraj
c
c programming
+4
votes
1
answer
What are the limitation to use recursive function?
posted
Nov 24, 2013
by
sivanraj
c
data structures
c programming
+5
votes
2
answers
What is the use of structure padding in C?
posted
Nov 24, 2013
by
sivanraj
data structures
c
c programming
os
+5
votes
1
answer
How to compute modulo power of big integers?
posted
Nov 24, 2013
by
Govindaluri Kishore
c programming
c
data structures
+6
votes
2
answers
Count Number of Non Leaf Nodes of a given Tree ?
posted
Nov 23, 2013
by
Mona Sharma
data structures
c
algorithms
c programming
+6
votes
2
answers
Check whether a Tree and its Mirror Image are same?
posted
Nov 23, 2013
by
Mona Sharma
data structures
algorithms
c
c programming
tree
+4
votes
2
answers
Swap the ith and jth Bits for a 32-Bit Integer.
posted
Nov 23, 2013
by
Vikas Upadhyay
c
data structures
c programming
+5
votes
1
answer
How to solve Josephus Problem using Linked List?
posted
Nov 23, 2013
by
Mona Sharma
data structures
c
c programming
algorithms
+5
votes
1
answer
How to find nodes in a tree which has longest path?
posted
Nov 23, 2013
by
Anuj Yadav
data structures
algorithms
c
c programming
tree
+7
votes
1
answer
Print Border of given Tree in Anticlockwise Direction ?
posted
Nov 23, 2013
by
Diya Sharma
c
data structures
algorithms
c programming
tree
+6
votes
2
answers
How to print all right nodes of tree?
posted
Nov 23, 2013
by
anonymous
data structures
algorithms
c programming
c
tree
+7
votes
1
answer
Find the Common Ancestor and Print the Path.
posted
Nov 23, 2013
by
anonymous
algorithms
data structures
c
tree
c programming
+3
votes
1
answer
What is the meaning of Reentrancy in operating system?
posted
Nov 21, 2013
by
Luv Kumar
os
c programming
+5
votes
2
answers
How to disable optimization for particular assignment statements?
posted
Nov 21, 2013
by
Amit Parthsarthi
c
c programming
optimization
gcc
+1
vote
Associate Software Engineer required at EFI (Bangalore)
posted
Nov 19, 2013
by
anonymous
c++
c programming
c
+5
votes
3
answers
Why a++ executes faster than a+1 in C or C++?
posted
Nov 19, 2013
by
anonymous
c
c++
c programming
+5
votes
2
answers
What are the standard predefined macros in C language?
posted
Nov 19, 2013
by
anonymous
c
c programming
+5
votes
2
answers
Is it better to use a macro or a function?
posted
Nov 19, 2013
by
anonymous
c
c programming
+10
votes
2
answers
How to write a C program to find the GCD of two numbers?
posted
Nov 18, 2013
by
Mona Sharma
c
c programming
+9
votes
1
answer
How to scan a string till we hit a new line using scanf()?
posted
Nov 18, 2013
by
Mona Sharma
c
c programming
+9
votes
2
answers
How do you compare floating point numbers?
posted
Nov 18, 2013
by
Anuj Yadav
c
c programming
+7
votes
2
answers
How to swap the two nibbles in a byte ?
posted
Nov 18, 2013
by
Anuj Yadav
c
c programming
+7
votes
3
answers
Is there a way to multiply matrices in lesser than o(n^3) time complexity?
posted
Nov 18, 2013
by
Anuj Yadav
data structures
c
algorithms
c programming
+7
votes
1
answer
Find number of anagram groups ?
posted
Nov 18, 2013
by
Vikas Upadhyay
algorithms
c
c programming
data structures
+7
votes
0
answers
Given two n-node trees, how many rotations does it take to convert one tree into the other?
posted
Nov 18, 2013
by
Vikas Upadhyay
c
data structures
algorithms
c programming
+7
votes
0
answers
Spider and Fly.
posted
Nov 18, 2013
by
Anuj Yadav
c
c programming
algorithms
data structures
+6
votes
3
answers
How would you rotate an NxN matrix by 90 degrees clockwise?
posted
Nov 18, 2013
by
Anuj Yadav
data structures
c
c programming
algorithms
+5
votes
1
answer
Find 100 closest points to the origin in a Cartesian plane?
posted
Nov 18, 2013
by
Mona Sharma
c programming
c
algorithms
data structures
+5
votes
0
answers
Find All possible paths down stairs.
posted
Nov 18, 2013
by
Mona Sharma
data structures
algorithms
c
c programming
+4
votes
1
answer
Which is the quickest sorting method and why?
posted
Nov 18, 2013
by
anonymous
data structures
algorithms
c
c programming
c++
+3
votes
2
answers
Why enum is better then #define constant in coding practice?
posted
Nov 18, 2013
by
anonymous
c++
c programming
c
+4
votes
1
answer
What is the difference between Pointer static and static pointer?
posted
Nov 18, 2013
by
Giri Prasad
c
c programming
c++
+4
votes
1
answer
Can a variable be both constant and volatile?
posted
Nov 17, 2013
by
anonymous
c
c programming
+5
votes
1
answer
print tree in zig zag order ?
posted
Nov 17, 2013
by
Mona Sharma
data structures
c programming
c
algorithms
+7
votes
1
answer
Find the path with least sum between two zeros in a matrix?
posted
Nov 17, 2013
by
Anuj Yadav
data structures
algorithms
c
c programming
+5
votes
2
answers
Implement link list without pointer in C Language ??
posted
Nov 17, 2013
by
Anuj Yadav
c
c programming
+6
votes
4
answers
Which bit wise operator is suitable for turning off a particular bit in a number in C/C++?
posted
Nov 17, 2013
by
anonymous
c
c programming
c++
+5
votes
2
answers
What is the difference between strings and character array in C?
posted
Nov 17, 2013
by
anonymous
c
c programming
+5
votes
1
answer
Can static variables be declared in a header file?
posted
Nov 17, 2013
by
anonymous
c
c programming
+2
votes
1
answer
How to write power(x,y) i.e. x^y recursively?
posted
Nov 17, 2013
by
As M Ob
data structures
c
c programming
+4
votes
2
answers
What is the difference between arrayname and a pointer in C/C++?
posted
Nov 15, 2013
by
anonymous
c
c programming
c++
+3
votes
1
answer
OS: Difference between pipe and fifo ?
posted
Nov 15, 2013
by
Ganesh Kumar
os
c programming
c
+3
votes
1
answer
What is the difference between array_name and &array_name in C?
posted
Nov 14, 2013
by
Deepak Dasgupta
c
c programming
+3
votes
1
answer
Pointer in Code segment
posted
Nov 13, 2013
by
sivanraj
c
c programming
+5
votes
0
answers
Find out a number which is palindrome in decimal and octal notation?
posted
Nov 13, 2013
by
anonymous
c
c programming
algorithms
data structures
Page:
« prev
1
...
4
5
6
7
8
9
next »
...