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
Recent posts under tag c
All
Questions
MCQs
Jobs
Articles
+1
vote
0
answers
How to balance the binary search tree in C/C++?
posted
Feb 22, 2016
by
anonymous
data structures
tree
c
c++
interview questions
+2
votes
1
answer
Count how many integers from 1 to N contains 0's as a digit?
posted
Feb 22, 2016
by
anonymous
algorithms
interview questions
c
+2
votes
1
answer
How to find prime numbers between given intervals?
posted
Feb 22, 2016
by
anonymous
algorithms
c
interview questions
+1
vote
1
answer
Get first node in a binary tree given a particular level?
posted
Feb 19, 2016
by
anonymous
data structures
tree
interview questions
c
0
votes
1
answer
How to convert gray code to binary and binary to gray using C/C++?
posted
Feb 18, 2016
by
anonymous
c
c++
+1
vote
2
answers
How to find first unrepeated character in string using C/C++?
posted
Feb 17, 2016
by
anonymous
c
string
c++
+1
vote
1
answer
How to check if same value is present in consecutive locations in a circular array using C?
posted
Feb 17, 2016
by
anonymous
c
array
arraylist
interview questions
+1
vote
1
answer
Why while(x--) does not work in Java, while it works in C/C++?
posted
Feb 16, 2016
by
anonymous
java
c
+2
votes
2
answers
Why we need a linked list when we have dynamic array list?
posted
Feb 15, 2016
by
anonymous
linklist
array
c
c++
+3
votes
1
answer
Print all Jumping Numbers smaller than or equal to a given value.
posted
Feb 11, 2016
by
anonymous
algorithms
c
c++
+1
vote
1
answer
Program to topological sort in Directed acyclic graph?
posted
Feb 9, 2016
by
anonymous
algorithms
c
c++
+2
votes
3
answers
Remove duplicate characters from given string using C?
posted
Feb 8, 2016
by
anonymous
string
c
+2
votes
1
answer
How to find the smallest element in a Binary Tree (Not BST)?
posted
Feb 8, 2016
by
anonymous
data structures
tree
c
c++
+2
votes
0
answers
How to find size of disjoint set data structure implemented using size method?
posted
Feb 8, 2016
by
Rajan Paswan
algorithms
c
+4
votes
1
answer
How to write Euclid's GCD non-recursive algorithm?
posted
Feb 8, 2016
by
anonymous
algorithms
c
+3
votes
1
answer
How to remove the repetition character occurrence from given string using C?
posted
Feb 8, 2016
by
Spoorthi Jain
c
string
+2
votes
1
answer
Finding day of a given date using C, can someone help me with the code and algorithm?
posted
Feb 6, 2016
by
anonymous
c
algorithms
interview questions
+3
votes
1
answer
How to remove all characters from an alphanumeric string using C?
posted
Feb 4, 2016
by
anonymous
c
string
+4
votes
2
answers
Build two stacks using single array one is forward direction and is backward?
posted
Feb 3, 2016
by
anonymous
array
data structures
stack
c
interview questions
+4
votes
1
answer
How to multiply two very big numbers without overflow ?
posted
Feb 3, 2016
by
anonymous
interview questions
algorithms
c
+3
votes
1
answer
Is a default case necessary in a switch statement?
posted
Feb 1, 2016
by
Maha Lakshmi
c
+3
votes
1
answer
When is a switch statement better than multiple if statements?
posted
Feb 1, 2016
by
Maha Lakshmi
c
+4
votes
1
answer
Should variables be stored in local C blocks, what are the advantages and disadvantages of doing that?
posted
Feb 1, 2016
by
Maha Lakshmi
c
+4
votes
1
answer
What is a local block in context of C language?
posted
Feb 1, 2016
by
Maha Lakshmi
c
+1
vote
1
answer
How to print 1s and 2s complement of a Binary String using C?
posted
Jan 29, 2016
by
anonymous
c
string
+3
votes
1
answer
Print factorial of a number without using semicolon using C?
posted
Jan 25, 2016
by
anonymous
c
interview questions
+3
votes
2
answers
What is the use of malloc() function in c language?
posted
Jan 25, 2016
by
anonymous
c
c programming
+4
votes
1
answer
How to find all palindrome strings in a text file using C?
posted
Jan 21, 2016
by
anonymous
c
string
+2
votes
1
answer
How to simulate C style integer division in Python3
posted
Jan 21, 2016
by
Abhay
python
c
+2
votes
1
answer
Find two closest number in a given array using C/C++?
posted
Jan 20, 2016
by
anonymous
c
array
interview questions
+2
votes
1
answer
FIND OUT SUM OF DIAGONAL ELEMENTS OF A MATRIX USING C?
posted
Jan 20, 2016
by
Jayshree
c
+3
votes
1
answer
What is spaghetti programming?
posted
Jan 19, 2016
by
anonymous
c
interview questions
+3
votes
1
answer
How to multiply two matrix using C, any sample program would be help?
posted
Jan 17, 2016
by
anonymous
c
interview questions
+2
votes
1
answer
How to sort elements in a matrix that are above the principal diagonal using C/C++?
posted
Jan 15, 2016
by
anonymous
c
sort
+2
votes
1
answer
What happen internally in the system when return type of main () function make as void ?
posted
Jan 13, 2016
by
Vikram Singh
c programming
c
operating system
+2
votes
1
answer
Write a program to remove extra spaces and punctuation from a sentence using C?
posted
Jan 12, 2016
by
anonymous
c
+3
votes
1
answer
How to print current date and time in C/C++ ?
posted
Jan 11, 2016
by
anonymous
c
c programming
date
+4
votes
2
answers
Print a Equilateral Triangle of length n using C?
posted
Jan 5, 2016
by
anonymous
c
interview questions
+5
votes
1
answer
What is the difference between gets and fgets and between puts and fputs in C?
posted
Jan 3, 2016
by
anonymous
c
c programming
+3
votes
1
answer
What is the difference between for(;;) and while(true)? Which is preferable and why?
posted
Jan 3, 2016
by
anonymous
c
c programming
+3
votes
0
answers
How to represent an XML file using tree, any C/C++ code would be helpful?
posted
Dec 30, 2015
by
anonymous
c
xml
c++
interview questions
+4
votes
1
answer
How to add two numbers using bitwise operators in C?
posted
Dec 30, 2015
by
anonymous
c
c programming
bitwise-operator
+2
votes
1
answer
How to find the median of simple linked list and add a node after it?
posted
Dec 29, 2015
by
anonymous
linklist
c
data structures
+3
votes
2
answers
C: I have one confusion in the following C program related to the string and character array.
posted
Dec 27, 2015
by
Harshita
c programming
c
+4
votes
1
answer
How can we print the ; in c without directly mentioning the ; in printing statement?
posted
Dec 25, 2015
by
Kajana.supriya
c
c programming
+2
votes
1
answer
How to implement a C / C++ program for Dijkstra's shortest path algorithm.
posted
Dec 24, 2015
by
anonymous
algorithms
c
data structures
+3
votes
2
answers
When x>>1 and x/2 gives different result in C/C++?
posted
Dec 18, 2015
by
anonymous
c
interview questions
+2
votes
2
answers
Why #include<iostream.h> is showing header file missing error in C?
posted
Dec 18, 2015
by
anonymous
c programming
c
+2
votes
1
answer
In C how to make a function equivalent to malloc without using any other inbuilt function?
posted
Dec 18, 2015
by
anonymous
c
c programming
+3
votes
2
answers
Trapping rain water: Compute how much water it is able to trap after raining?
posted
Dec 17, 2015
by
Shishir Chaudhary
c
interview questions
Page:
« prev
1
...
6
7
8
9
10
11
12
...
next »
...