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
+4
votes
0
answers
Changing the name of processing on execution?
posted
Nov 13, 2013
by
anonymous
c programming
c++
c
+4
votes
2
answers
Can we add pointers together in C language?
posted
Nov 13, 2013
by
Jai Prakash
c
c programming
+8
votes
2
answers
Divide the array in two subarray such that difference of the sum is minimum?
posted
Nov 12, 2013
by
Prakash Singh
c programming
data structures
algorithms
c
+7
votes
0
answers
WAP for Given a 2D matrix.
posted
Nov 12, 2013
by
Prakash Singh
c programming
java
+3
votes
2
answers
What is the difference between defining a variable as static vs global?
posted
Nov 12, 2013
by
anonymous
c
c++
c programming
+3
votes
Opportunity for Senior C/ C++ Programmer (Bangalore)
posted
Nov 12, 2013
by
Luv Kumar
c++
c
c programming
+4
votes
1
answer
Reverse node of loop of link list ??
posted
Nov 11, 2013
by
Anuj Yadav
data structures
c
c programming
algorithms
+3
votes
0
answers
Reverse only "N" mid node of link list
posted
Nov 11, 2013
by
Vikas Upadhyay
data structures
c
c programming
algorithms
+2
votes
1
answer
Why would you use a skip list over a binary search tree?
posted
Nov 11, 2013
by
Majula Joshi
data structures
c
c programming
tree
+5
votes
1
answer
What is a far pointer? Where we use it?
posted
Nov 9, 2013
by
Mona Sharma
c programming
c
+5
votes
2
answers
What are register variables?
posted
Nov 9, 2013
by
Mona Sharma
c programming
c
+4
votes
0
answers
WAP to arrange element of array ?
posted
Nov 8, 2013
by
Anuj Yadav
data structures
algorithms
c
c programming
+3
votes
2
answers
Is a + b atomic operation ??
posted
Nov 6, 2013
by
Vikas Upadhyay
c programming
c
os
+1
vote
1
answer
Split a LinkList based on alternate element?
posted
Nov 6, 2013
by
anonymous
data structures
linklist
c
c programming
+4
votes
1
answer
How to swap the two consecutive bits of unsigned integer ?
posted
Nov 4, 2013
by
Anuj Yadav
c
data structures
c programming
+4
votes
1
answer
Give a good data structure for having n queues.
posted
Nov 4, 2013
by
Anuj Yadav
data structures
c
c programming
algorithms
+4
votes
2
answers
Delete all element from one array which are already in another ?
posted
Nov 4, 2013
by
Mona Sharma
c
c programming
data structures
algorithms
+5
votes
2
answers
Is Singly Linked List a Palindrome ??
posted
Nov 4, 2013
by
Mona Sharma
c
data structures
c programming
+2
votes
1
answer
How to delate a node from the threaded binary tree?
posted
Nov 1, 2013
by
Meenal Mishra
data structures
c
c programming
c++
tree
+2
votes
1
answer
How to create a shared object using C progam on Linux machine?
posted
Nov 1, 2013
by
anonymous
linux
sharedobject
gcc
c
c programming
+3
votes
5
answers
Print source code using C program
posted
Oct 31, 2013
by
anonymous
c
c programming
+4
votes
1
answer
How to find if given binary tree is binary search tree?
posted
Oct 30, 2013
by
Majula Joshi
data structures
c
c programming
tree
algorithms
+6
votes
1
answer
What is use of const volatile ?
posted
Oct 30, 2013
by
Abhay Singh
c
c programming
volatile
+6
votes
3
answers
Reverse the words in a string without changing their order?
posted
Oct 30, 2013
by
Salil Agrawal
data structures
c
c programming
+6
votes
3
answers
Reverse the order of the words
posted
Oct 29, 2013
by
Mona Sharma
c
c programming
data structures
+7
votes
2
answers
Why we need volatile variables in C
posted
Oct 29, 2013
by
Mona Sharma
c
c programming
volatile
+6
votes
1
answer
Functionality of 3D matrix in 1D matirx ??
posted
Oct 29, 2013
by
Anuj Yadav
c
c programming
+7
votes
2
answers
Multiply two numbers represented by linked lists ?
posted
Oct 29, 2013
by
Anuj Yadav
data structures
c
algorithms
c programming
+6
votes
1
answer
Minimum no of counts from the knight to reach the king?
posted
Oct 29, 2013
by
Anuj Yadav
data structures
c
c programming
+7
votes
1
answer
why can we not use function on left side of an expression in C ?
posted
Oct 29, 2013
by
Vikas Upadhyay
c programming
c
c++
+6
votes
2
answers
What is the simples way to check if the sum of two unsigned integers has resulted in an overflow.
posted
Oct 29, 2013
by
Anuj Yadav
c
c programming
data structures
+6
votes
1
answer
Reverse the bits of an unsigned integer ??
posted
Oct 29, 2013
by
Anuj Yadav
c
data structures
c programming
+7
votes
2
answers
Push all the zero’s of a given array to the end of the array.
posted
Oct 29, 2013
by
Mona Sharma
c
data structures
c programming
+5
votes
1
answer
How can we implement queue with the help of two stack ?
posted
Oct 29, 2013
by
Vikas Upadhyay
data structures
c
c programming
+8
votes
1
answer
How to find longest path of a given binary tree?
posted
Oct 28, 2013
by
Sanketi Garg
data structures
c
c programming
algorithms
+7
votes
2
answers
How to know the size of the loop (only the loop size) in a single Link List?
posted
Oct 28, 2013
by
Salil Agrawal
data structures
c
c programming
algorithms
+8
votes
1
answer
How to calculate the length of a Link List if it contains a loop?
posted
Oct 28, 2013
by
anonymous
data structures
c programming
c
c++
+8
votes
2
answers
How to delete the duplicate elements in a linklist?
posted
Oct 28, 2013
by
anonymous
c
data structures
c programming
algorithms
+5
votes
1
answer
How to construct a binary search tree from a given postorder or preorder sequence.
posted
Oct 25, 2013
by
Luv Kumar
data structures
c
c programming
tree
+4
votes
1
answer
How to get preorder sequence from a post order sequence in a binary tree?
posted
Oct 25, 2013
by
Priyanshi Goyal
data structures
c++
c
c programming
+4
votes
2
answers
How to implement doubly LinkList using single LinkList?
posted
Oct 25, 2013
by
anonymous
data structures
c
c programming
algorithms
+2
votes
1
answer
How to find mid point of singly linked list in a single pass only ?
posted
Oct 23, 2013
by
Priyanshi Goyal
data structures
c
algorithms
c programming
+2
votes
3
answers
How to print element of 2d matrix in spiral?
posted
Oct 23, 2013
by
Anuj Yadav
c
data structures
c programming
+3
votes
4
answers
Make palindrome of link list's element
posted
Oct 23, 2013
by
Anuj Yadav
c
data structures
c programming
+2
votes
2
answers
How can we dynamically allocate contiguous memory to 2D array ??
posted
Oct 23, 2013
by
Anuj Yadav
c
c programming
+4
votes
2
answers
How the memory is allocated to argument of function ?
posted
Oct 23, 2013
by
Anuj Yadav
c
c programming
+1
vote
1
answer
How can I calculate the complexity of a system call?
posted
Oct 23, 2013
by
Vikas Upadhyay
c
c programming
posix
data structures
+2
votes
3
answers
How many parameter can we pass as argument in function ?
posted
Oct 23, 2013
by
Vikas Upadhyay
c
c programming
+3
votes
2
answers
How to know if linklint has a loop?
posted
Oct 22, 2013
by
anonymous
data structures
c
c programming
+4
votes
2
answers
what is difference between new and malloc ??
posted
Oct 21, 2013
by
Vikas Upadhyay
c programming
c
c++
Page:
« prev
1
...
5
6
7
8
9
next »
...