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
Errors!! Memory is free.
posted
Feb 6, 2014
by
Manu Lakaster
c programming
c
+8
votes
2
answers
Swap the first 8 bits and the last 8 bits of 16-bit value
posted
Feb 6, 2014
by
Manu Lakaster
bits
c programming
c
+6
votes
1
answer
What is the difference between open and create function in c?
posted
Jan 28, 2014
by
anonymous
c
c programming
+4
votes
0
answers
C: Locally extern variable is resulting in error?
posted
Jan 24, 2014
by
Atiqur Rahman
c
c programming
+4
votes
3
answers
C: Why redefining of variable is not an error?
posted
Jan 24, 2014
by
Atiqur Rahman
c
c programming
+3
votes
3
answers
typedef variable is it applicable to first variable or all in the row?
posted
Jan 21, 2014
by
Prachi Agarwal
c
c programming
+3
votes
0
answers
Time Overlap
posted
Jan 19, 2014
by
Atul Mishra
c programming
+2
votes
1
answer
Write code to return the index of first occurrence of element of sorted array ??
posted
Jan 19, 2014
by
anonymous
c
data structures
algorithms
c programming
algo
+10
votes
C Coding Style and Best Practices
posted
Jan 15, 2014
by
anonymous
c
c programming
+5
votes
0
answers
Exactly what static variable means? Can you declare static variables within the header file?
posted
Jan 10, 2014
by
Sandeep
c
static
c programming
+4
votes
1
answer
Any way to output variable names with their size (i.e. int, char etc.) in a C?
posted
Jan 10, 2014
by
Meenal Mishra
c
c programming
+7
votes
0
answers
implementation of malloc function with user provided pointer as a argument. ?
posted
Jan 10, 2014
by
Vikas Upadhyay
c
c programming
+5
votes
1
answer
Write a function that determines the number of bits set to 1 in the binary representation of an integer.
posted
Jan 7, 2014
by
Sandeep
c
c programming
+13
votes
Storage Classes in C/C++
posted
Dec 30, 2013
by
anonymous
c
c programming
class
c++
+4
votes
1
answer
Write a c Program for Pyramid ?
posted
Dec 30, 2013
by
Giri Prasad
c
c programming
data structures
+5
votes
2
answers
C Program for setting of bits in one byte from 7 to 4 bits with 5 without changing remaing values
posted
Dec 30, 2013
by
Giri Prasad
c
c programming
data structures
+5
votes
1
answer
C program for bit pattern search?
posted
Dec 30, 2013
by
Giri Prasad
c
c programming
data structures
+2
votes
0
answers
Can any one Explain with a c program to printing tower in c and returning remaing stars ?
posted
Dec 30, 2013
by
Giri Prasad
c programming
data structures
c
+13
votes
Define vs Enum vs Constant
posted
Dec 29, 2013
by
Luv Kumar
c programming
c
c++
enum
+12
votes
Finding the maximum or minimum numeric value of a variable in C/C++
posted
Dec 27, 2013
by
Luv Kumar
c
c programming
c++
limit
+4
votes
0
answers
What is the benefit of using #define to declare a constant ?
posted
Dec 24, 2013
by
Prachi Agarwal
c
c programming
+13
votes
Static Variables in C
posted
Dec 24, 2013
by
Salil Agrawal
static
c
c programming
+3
votes
1
answer
What is the use of typedef in C?
posted
Dec 21, 2013
by
Ashima Dhawan
c programming
+5
votes
2
answers
Is it valid to address one element beyond the end of an array?
posted
Dec 21, 2013
by
Prachi Agarwal
c
c programming
+5
votes
1
answer
What a return statement returns ?
posted
Dec 21, 2013
by
Vikas Upadhyay
c
c programming
+1
vote
3
answers
What is the difference between void And int function?
posted
Dec 20, 2013
by
Jagan Mishra
c
c programming
+1
vote
1
answer
Function cast leads to gcc abort command?
posted
Dec 18, 2013
by
Kumar Mitrasen
c
gcc
c programming
+8
votes
1
answer
How can we refer pointer and its working with the help of & operator?
posted
Dec 17, 2013
by
Prachi Agarwal
c
c programming
+6
votes
2
answers
What is dynamic memory allocation? How can we free the memory when variables are no longer in use?
posted
Dec 17, 2013
by
Prachi Agarwal
c
c programming
+7
votes
1
answer
write a program in C to know the last modification date of a file?
posted
Dec 16, 2013
by
Neeraj Pandey
c
c programming
+5
votes
0
answers
print the longest path of a binary tree ?
posted
Dec 12, 2013
by
Mona Sharma
data structures
c
c programming
algorithms
tree
+4
votes
2
answers
How to verify whether a binary tree is balanced tree?
posted
Dec 12, 2013
by
Mona Sharma
c programming
tree
c
data structures
algorithms
+6
votes
2
answers
Implement a function to find the first character in a string which only appears once.
posted
Dec 12, 2013
by
Anuj Yadav
c
c programming
algorithms
data structures
+4
votes
0
answers
Calculate 1+2+…+n without multiplication?
posted
Dec 12, 2013
by
Anuj Yadav
c
c programming
data structures
algorithms
+4
votes
1
answer
What is the last number, if we delete nth number of a circle ?
posted
Dec 12, 2013
by
Diya Sharma
data structures
algorithms
c
c programming
+5
votes
1
answer
Given an unsorted array, find the max length of subsequence ?
posted
Dec 12, 2013
by
Gaurav Sharma
data structures
c
c programming
algorithms
+6
votes
1
answer
Given a matrix with 1s and 0s ?
posted
Dec 12, 2013
by
Gaurav Sharma
c programming
data structures
c
algorithms
+5
votes
1
answer
String Path in Matrix ?
posted
Dec 12, 2013
by
Gaurav Sharma
c programming
c
data structures
algorithms
+2
votes
1
answer
C: Counting the number of arguments in __VA_ARGS__
posted
Dec 12, 2013
by
Seema Siddique
c
c programming
+2
votes
1
answer
C: Difference between random number generator and pseudo random number generator ?
posted
Dec 12, 2013
by
Neeraj Mishra
c
c programming
algorithms
+8
votes
1
answer
Convert the given string into palindrome with minimum number of appends ?
posted
Dec 10, 2013
by
Diya Sharma
algorithms
data structures
c
c programming
string
+6
votes
Opening for Engineer/Sr. Engineer - C/C++ Developer with Product based Company(Telecom Domain),Bangalore.
posted
Dec 8, 2013
by
anonymous
voip
c++
c
c programming
+5
votes
1
answer
Converting a recursive function into iterative function?
posted
Dec 6, 2013
by
Salil Agrawal
data structures
c programming
c
recursion
+4
votes
2
answers
C: What is a null pointer assignment error?
posted
Dec 4, 2013
by
Deepak Raijada
c
c programming
pointer
+3
votes
2
answers
What is use of #pragma inline directive in c language?
posted
Dec 4, 2013
by
Deepak Raijada
c
c programming
+2
votes
1
answer
What are segment and offset addresses in C?
posted
Dec 4, 2013
by
Anuj Mishra
c
c programming
+7
votes
2
answers
What is automatic type promotion in c
posted
Dec 3, 2013
by
Prachi Agarwal
c
c programming
+3
votes
1
answer
Reverse a link-list without any additional pointer?
posted
Dec 2, 2013
by
anonymous
c
c programming
data structures
linklist
+3
votes
1
answer
How to find if two numbers are with different sign?
posted
Nov 29, 2013
by
Sanketi Garg
c
c programming
+3
votes
2
answers
How to find-out if given number is Fibannaci number?
posted
Nov 28, 2013
by
anonymous
data structures
c
c programming
algorithms
Page:
« prev
1
...
3
4
5
6
7
8
9
next »
...