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
+2
votes
2
answers
Why char is present in C language?
posted
Sep 29, 2014
by
anonymous
c
+1
vote
4
answers
Why array index in C starts from zero?
posted
Sep 29, 2014
by
anonymous
c
array
+2
votes
3
answers
Which bit position is on in 32bit?
posted
Sep 26, 2014
by
Arshad Khan
c
bitwise-operator
+2
votes
2
answers
C: What is the difference between array and &array?
posted
Sep 25, 2014
by
anonymous
c
array
+3
votes
2
answers
How would you find out if one of the pointers in a linked list is corrupted or not?
posted
Sep 24, 2014
by
Aarti Jain
data structures
c
linklist
+1
vote
Count Number of Leaf Nodes in a Binary Tree
posted
Sep 24, 2014
by
Sandeep Otari
data structures
c
tree
+2
votes
5
answers
Use of %n format specifier in C
posted
Sep 24, 2014
by
Aarti Jain
c
+1
vote
1
answer
C program to find out the maximum product using subarray of the given array?
posted
Sep 23, 2014
by
Aarti Jain
c
c programming
+1
vote
1
answer
How to find whether data is stored in stack or its in heap?
posted
Sep 23, 2014
by
Ankur Athari
c
operating system
+3
votes
Generic Linked List Implementation in C
posted
Sep 23, 2014
by
Aarti Jain
data structures
c
linklist
–4
votes
0
answers
What is difference between high level language and pure high level language?
posted
Sep 22, 2014
by
anonymous
language
c
+3
votes
1
answer
How to find size of a function in c?
posted
Sep 21, 2014
by
anonymous
c
+3
votes
1
answer
What is the difference between getch( ) and getche( ) in C?
posted
Sep 19, 2014
by
Swati Arora
c
+2
votes
TCP Read Problem - a Summary
posted
Sep 19, 2014
by
Sumit Jindal
tcp
networking
c
posix
linux
+5
votes
1
answer
what is stack overflow condition which can occur in a C/Java program?
posted
Sep 19, 2014
by
Swati Arora
c
java
+4
votes
0
answers
What would be the difference between following macro definition?
posted
Sep 18, 2014
by
Aman
c
+3
votes
1
answer
How embedded programming differs from normal programming ?
posted
Sep 16, 2014
by
Harshita
c
embedded
programming
+1
vote
Implementation of Binary Search Tree in C
posted
Sep 16, 2014
by
anonymous
data structures
tree
c
+2
votes
2
answers
C: Is constant variable initialized at the compile time?
posted
Sep 15, 2014
by
Udita
c
c programming
+2
votes
1
answer
C: How to find sum of all prime numbers between two nos (both inclusive)?
posted
Sep 12, 2014
by
anonymous
c
–3
votes
1
answer
How to write two return statement in a c program in same function?
posted
Sep 11, 2014
by
anonymous
c
+1
vote
Software Development Engineer Test at Amazon
posted
Sep 10, 2014
by
anonymous
freshers
c++
c
java
+1
vote
Reversing the first N elements of a linklist in C?
posted
Sep 10, 2014
by
Salil Agrawal
c
data structures
linklist
+1
vote
Comparing two linklist if they are Same?
posted
Sep 10, 2014
by
Salil Agrawal
c
linklist
data structures
+1
vote
Associate Engineer @ Thoughtfocus Technologies
posted
Sep 8, 2014
by
anonymous
c
c++
freshers
+2
votes
Detecting a loop in the linklist?
posted
Sep 8, 2014
by
anonymous
c
data structures
linklist
+1
vote
1
answer
How to create a c program to print a alphabet in the form of stars?
posted
Sep 8, 2014
by
anonymous
c
c programming
+1
vote
Coverting single linklist to circular linklist?
posted
Sep 8, 2014
by
Salil Agrawal
data structures
c
linklist
0
votes
2
answers
How does a float variable store in memory ?
posted
Sep 7, 2014
by
Ganesh
c
0
votes
2
answers
How to substract the 2 numbers without using - or decrement operator?
posted
Sep 7, 2014
by
anonymous
c
0
votes
5
answers
How to find a no is even or odd without using % operator or without using loop?
posted
Sep 7, 2014
by
anonymous
c
+3
votes
1
answer
How should a programmer take decision over choice for "switch-case" and "if-else" ?
posted
Sep 5, 2014
by
Neelam
c
c programming
+2
votes
Number of occurrences of all elements in a linked list in C?
posted
Sep 5, 2014
by
Salil Agrawal
data structures
c
linklist
0
votes
1
answer
What are the condition when we use signed char in C in place of unsigned char?
posted
Sep 5, 2014
by
anonymous
c
0
votes
2
answers
Difference between local const variable and global const variable in C ?
posted
Sep 4, 2014
by
anonymous
c
c programming
0
votes
2
answers
Which bit wise operator is suitable for checking whether a particular bit is on or off?
posted
Sep 3, 2014
by
anonymous
c
c programming
bitwise-operator
+1
vote
Queue implementation in C using LinkList
posted
Sep 3, 2014
by
Salil Agrawal
c
data structures
linklist
queue
+3
votes
1
answer
How to swap the first and last word of a string without using additional array or string functions in C?
posted
Sep 2, 2014
by
Shani Verma
c
+1
vote
Reversing a LinkList in C?
posted
Sep 2, 2014
by
Salil Agrawal
c
data structures
linklist
0
votes
2
answers
Difference between constant pointer and pointer to constant ?
posted
Sep 1, 2014
by
Neelam
c
c programming
+1
vote
Stack implementation using LinkList?
posted
Sep 1, 2014
by
Salil Agrawal
data structures
linklist
c
stack
+1
vote
2
answers
C/C++: what is the difference between for loop and while loop except its syntax?
posted
Sep 1, 2014
by
anonymous
c
c++
+1
vote
Circular Linklist Implementation in C (Singly)
posted
Aug 31, 2014
by
Salil Agrawal
data structures
c
linklist
+1
vote
Circular Doubly Linklist in C?
posted
Aug 31, 2014
by
Salil Agrawal
c
data structures
linklist
+1
vote
1
answer
C/C++ program for circular doubly linked list?
posted
Aug 31, 2014
by
anonymous
c
data structures
c++
+2
votes
2
answers
What will be the programming code for graphics in C and C++?
posted
Aug 31, 2014
by
anonymous
c
c++
+1
vote
2
answers
Find the minimum no of operations to convert a string into a palindrome?
posted
Aug 28, 2014
by
Hindhuja Ashokkumar Nair
c programming
c
0
votes
0
answers
How to delete a specific line from a input (text file) using C program?
posted
Aug 27, 2014
by
anonymous
c
c programming
+1
vote
1
answer
How to find the next higher value with same 1′s
posted
Aug 25, 2014
by
anonymous
c
data structures
0
votes
1
answer
Tower of Hanoi Program in C
posted
Aug 25, 2014
by
anonymous
c
recursion
Page:
« prev
1
...
14
15
16
17
18
19
20
...
next »
...