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
0
votes
1
answer
Why cc -S 1.c put the output in 1.s while cc -E 1.c does the same on stdout?
posted
Jun 15, 2015
by
anonymous
c
+2
votes
2
answers
How strtok library function is implemented ?
posted
Jun 13, 2015
by
Harshita
c
library
0
votes
1
answer
How to parse a string separated by comma(s) in C?
posted
Jun 12, 2015
by
anonymous
c programming
c
+2
votes
0
answers
Can the GCC toolchain be built AS a PIE?
posted
Jun 11, 2015
by
anonymous
gcc
c
android
+3
votes
1
answer
where static variable initialised with 0 is stored?
posted
Jun 10, 2015
by
Chirag Gangdev
c programming
static
c
+2
votes
1
answer
What is a compiler in c, please explain in detail?
posted
Jun 8, 2015
by
Syed Baadshah
c
+3
votes
1
answer
How can we sort an array having binary values using Java or C?
posted
Jun 4, 2015
by
anonymous
java
c
array
+3
votes
1
answer
Valgrind with dynamically linked GCC plugin
posted
Jun 3, 2015
by
Ankit
gcc
c
valgrind
+2
votes
2
answers
How to find size of structure without using sizeof operator in C?
posted
Jun 2, 2015
by
Mohammed Hussain
c programming
c
+3
votes
4
answers
Why comparing float gives unexpected output in C?
posted
May 22, 2015
by
Mohammed Hussain
c programming
c
float
+2
votes
2
answers
How to include header file during compilation?
posted
May 21, 2015
by
anonymous
c
programming
linux
+1
vote
1
answer
If you are using C language to implement the heterogeneous linked list, what pointer type will you use?
posted
May 19, 2015
by
anonymous
data structures
c
+2
votes
1
answer
Is there any way to find out check sum of a string?
posted
May 14, 2015
by
Chirag Gangdev
c
c++
socket
+1
vote
0
answers
How to fprintf some data to a file (and divide them into different columns) when opened by excel?
posted
May 13, 2015
by
anonymous
c
+1
vote
1
answer
How to find missing number from arraylist, numbers added randomly?
posted
May 13, 2015
by
anonymous
c
java
array
+2
votes
2
answers
Why are RB-trees used to implement std::set in C++?
posted
May 11, 2015
by
anonymous
c++
c
+1
vote
1
answer
What is the algorithm of Rand() function in C?
posted
May 11, 2015
by
anonymous
c
+2
votes
0
answers
Does anyone know how to rotate a 2d matrix circularly for n times in suppose C language
posted
May 9, 2015
by
anonymous
c
matrix
+2
votes
1
answer
Sizeof is resulting different output for the different function for an array?
posted
May 7, 2015
by
anonymous
c
+2
votes
0
answers
C: splitting a math string into tokens before arriving every operator in the math string equation
posted
May 6, 2015
by
anonymous
c
string
+2
votes
0
answers
C: How to convert a big number given as a string to an OpenSSL BIGNUM? Any example code would be helpful?
posted
May 6, 2015
by
Tapesh Kulkarni
c
c programming
+1
vote
1
answer
How to find longest palindrome in a String. Please explain and share some sample code in Java/C?
posted
May 5, 2015
by
anonymous
c
java
+2
votes
1
answer
How to optimize this math operation SQRT for speed?
posted
May 4, 2015
by
anonymous
c
+2
votes
2
answers
C: Changing value in Union resulting in error?
posted
May 2, 2015
by
anonymous
c
+2
votes
3
answers
How to extract integers from a string using C or C++?
posted
May 2, 2015
by
anonymous
c
c++
string
+2
votes
1
answer
How many variables can be passed in the argument list of a function in C?
posted
May 2, 2015
by
anonymous
c
c programming
+2
votes
1
answer
What is the use of restrict keyword in C language?
posted
Apr 28, 2015
by
anonymous
c
+3
votes
1
answer
How to count the number of digits in numbers in different bases?
posted
Apr 24, 2015
by
Nikhil Pandey
c
+2
votes
1
answer
I have to make a tic tac toe program and I am struggling. Can some one provide me the sample code in C or C++?
posted
Apr 24, 2015
by
anonymous
c
c++
+1
vote
2
answers
C: Search a string within the array of strings
posted
Apr 22, 2015
by
anonymous
c
string
+3
votes
1
answer
C code to parse Xml file ?
posted
Apr 22, 2015
by
Vikram Singh
xml
c
+2
votes
1
answer
Counting number of words (only count words which have at least one alphabetic character) in a File using C?
posted
Apr 21, 2015
by
anonymous
c
+2
votes
1
answer
Is it necessary to cast the result of malloc?
posted
Apr 7, 2015
by
anonymous
c
+1
vote
1
answer
Why to choose system calls instead of library functions?
posted
Apr 7, 2015
by
anonymous
c
linux
+3
votes
1
answer
What is Fibonacci search? Please explain in detail?
posted
Apr 7, 2015
by
Anwar
data structures
c
+3
votes
Protocol Software Engineer at Mediatek
posted
Apr 7, 2015
by
Aarti Jain
c
c++
lte
rtos
+2
votes
1
answer
Why am i getting segfault in below code?
posted
Apr 6, 2015
by
Chirag Gangdev
c
c programming
+2
votes
1
answer
What is the use of signed and unsigned in case of char data type?
posted
Apr 6, 2015
by
Chirag Gangdev
c
c++
c programming
+3
votes
2
answers
confusion about strcpy in C?
posted
Apr 3, 2015
by
anonymous
c
+3
votes
1
answer
How to swap lower byte (0-7) with the higher one (8-15) using C?
posted
Apr 2, 2015
by
anonymous
c
+3
votes
0
answers
How to Implement Google Authenticator in C++?
posted
Apr 2, 2015
by
anonymous
c
c++
+1
vote
0
answers
Does there exist any way to make the command line arguments available to other functions in C
posted
Mar 30, 2015
by
Amit Kumar Pandey
c
c programming
+2
votes
1
answer
Which header file should we can include if we have to develop a function for variable number of arguments in C?
posted
Mar 30, 2015
by
Amit Kumar Pandey
c
programming
+3
votes
1
answer
What will be the output of below c program?
posted
Mar 28, 2015
by
Amit Kumar Pandey
c
c programming
+3
votes
1
answer
How to find largest prime factor of a positive integer?
posted
Mar 19, 2015
by
anonymous
c
algorithms
0
votes
software development engineer
posted
Mar 18, 2015
by
anonymous
freshers
java
c++
c
+3
votes
1
answer
What is scanf_s in visual studio express edition ?
posted
Mar 14, 2015
by
Gnanendra Reddy
c
+3
votes
0
answers
What could be the proper approach to read a file (say fread) of unknown size?
posted
Mar 9, 2015
by
anonymous
c
file
+1
vote
0
answers
Is there a precise formula for the evolution of Standard Libraries and measure its effectiveness?
posted
Mar 7, 2015
by
Salil Agrawal
c
c++
java
+2
votes
1
answer
Is there any qualifier for alias in C or we need to manage with pointers only?
posted
Mar 6, 2015
by
anonymous
c
c programming
Page:
« prev
1
...
9
10
11
12
13
14
15
...
next »
...