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
1
answer
How to find Prime factors of a number in c in best available approach?
posted
Nov 4, 2014
by
anonymous
c
+1
vote
2
answers
How can we rename a function in c?
posted
Nov 3, 2014
by
Akriti
c
function
+2
votes
1
answer
How we can shutdown windows operating system using c program?
posted
Nov 3, 2014
by
Akriti
c
shutdown
+1
vote
2
answers
What would be most efficient way to find number of 1 in a variables?
posted
Nov 3, 2014
by
anonymous
c
+1
vote
1
answer
What are the condition in when we should prefer shared memory on message queue
posted
Nov 3, 2014
by
anonymous
shared memory
queue
c
+2
votes
0
answers
Float with long variable and implementation of addition?
posted
Nov 3, 2014
by
anonymous
c
+2
votes
1
answer
What is the need of signed char in c? When we will use the signed char in c?
posted
Nov 3, 2014
by
anonymous
c
+2
votes
2
answers
How to find out merge point (node) of two singly linked list ?
posted
Nov 2, 2014
by
anonymous
data structures
linklist
c
+4
votes
1
answer
Sudo code to delete 'n' th node of a linked list from the last ?
posted
Nov 1, 2014
by
Ganesh
data structures
linklist
c
+3
votes
1
answer
decompile the binary to get back to c source code !!!!
posted
Oct 31, 2014
by
Bheemappa G
c
linux
compiler
+1
vote
1
answer
How can I encode my c program so that it is protected?
posted
Oct 30, 2014
by
anonymous
c
encryption
+3
votes
1
answer
Reducing the binary size?
posted
Oct 30, 2014
by
anonymous
c
gcc
linux
+3
votes
1
answer
What would be the impact if we declare static variable in header file?
posted
Oct 30, 2014
by
anonymous
c
static
+2
votes
1
answer
How to find the smallest and largest value from a binary search tree without extra variable?
posted
Oct 30, 2014
by
anonymous
c
data structures
tree
+3
votes
1
answer
Can I capitalize first letter of each word without using arrays? If yes then how?
posted
Oct 29, 2014
by
anonymous
c
+4
votes
2
answers
What happens to parent process, when a child process is created using vfork() and killed before calling exec
posted
Oct 28, 2014
by
Pradeep Kumar Nalla
linux
c
+3
votes
2
answers
Pre and Post Increment in C/C++
posted
Oct 28, 2014
by
anonymous
c
+3
votes
1
answer
How to exit from scanf after some time?
posted
Oct 28, 2014
by
Prithvi
c
+4
votes
1
answer
Splitting text into two different arrays?
posted
Oct 24, 2014
by
anonymous
c
+3
votes
1
answer
How atoi() works - char to int?
posted
Oct 22, 2014
by
anonymous
c
+3
votes
1
answer
Can a variable be both const and volatile in C?
posted
Oct 21, 2014
by
anonymous
c
+3
votes
0
answers
C: I want to add two numbers represented by a singly linked list?
posted
Oct 20, 2014
by
anonymous
data structures
c
linklist
+3
votes
0
answers
Is there any way to check in the macro passed parameter is a variable or data type in C ?
posted
Oct 20, 2014
by
Bheemappa G
c
+3
votes
0
answers
Intersection points of two ellipses using C program
posted
Oct 16, 2014
by
Harshita Dhaliwal
c
0
votes
Software Development at Nvidia
posted
Oct 15, 2014
by
anonymous
c
c++
java
linux
+2
votes
1
answer
c: Selection sort on a linklist?
posted
Oct 15, 2014
by
anonymous
sort
c
linklist
+2
votes
2
answers
Reversing a number (integer) in C?
posted
Oct 14, 2014
by
anonymous
c
+1
vote
Software Engineer for Infrastructure Engineering team at Facebook
posted
Oct 14, 2014
by
anonymous
c
c++
php
java
perl
+3
votes
2
answers
How to count the number of bytes in a stream that contains nulls in C?
posted
Oct 14, 2014
by
anonymous
c
+2
votes
3
answers
Clarification on behaviour of Logical OR in C?
posted
Oct 13, 2014
by
anonymous
c
+2
votes
1
answer
Warning with extern "C" blocks
posted
Oct 13, 2014
by
anonymous
c
c++
+2
votes
1
answer
What is the relation of complexity with the speed of the execution?
posted
Oct 13, 2014
by
anonymous
data structures
c
+2
votes
1
answer
Can someone please design the method to find the frequency of occurrences of any given word in a book?
posted
Oct 11, 2014
by
Amit Kumar Pandey
c++
c
data structures
+3
votes
2
answers
WAP which outputs contiguous sequence whose sum is maximum in an array (It can have all negatives number too).
posted
Oct 11, 2014
by
Harshita
c
data structures
algorithms
+5
votes
0
answers
C: Is it possible to play mp3 using fopen(), if yes then how?
posted
Oct 11, 2014
by
Varuna Magar
c
+4
votes
0
answers
C program to find closest items of given number from array ?
posted
Oct 9, 2014
by
anonymous
c
+2
votes
2
answers
What is the Best Pattern or Topology for avoid Memory Leaks in Projects?
posted
Oct 9, 2014
by
Pushkar K Mishra
c
c++
+3
votes
2
answers
What is the use of while(0) statement in C?
posted
Oct 9, 2014
by
anonymous
c
+2
votes
1
answer
When should we use recursion over iterative method?
posted
Oct 9, 2014
by
anonymous
recursion
c
programming
+3
votes
1
answer
why (myarr[2] == 2[myarr]) is true in C/C++?
posted
Oct 8, 2014
by
anonymous
c
+4
votes
2
answers
What should main() return in C?
posted
Oct 8, 2014
by
anonymous
c
+4
votes
2
answers
When does compilation give such type of errors: "error: expected ')' before '*' token"?
posted
Oct 7, 2014
by
Harshita
c
compiler
+3
votes
1
answer
List of functions defined in a C code file?
posted
Oct 7, 2014
by
Dilbagh
c
+3
votes
1
answer
C: Why "while( !feof( file ) )” is always wrong
posted
Oct 7, 2014
by
anonymous
c
+3
votes
1
answer
What is the difference between \r and \n in C/C++?
posted
Oct 6, 2014
by
anonymous
c
+3
votes
1
answer
C program to print a pascals triangle?
posted
Oct 6, 2014
by
anonymous
c
+3
votes
1
answer
How to find the largest digit in a given number in most efficient way?
posted
Oct 4, 2014
by
Nimish
c
+4
votes
1
answer
How to convert numbers into text using C?
posted
Oct 4, 2014
by
Kapil Kapoor
c
+3
votes
2
answers
Why C is considered as middle level language?
posted
Oct 3, 2014
by
anonymous
c
language
+1
vote
3
answers
What type of variable can not be passed in switch-case statement in C?
posted
Oct 2, 2014
by
anonymous
c
switch-case
Page:
« prev
1
...
13
14
15
16
17
18
19
...
next »
...