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
2
answers
Is it possible to declare two or more variables with the same name within one function in C?
posted
Jul 18, 2016
by
anonymous
c
interview questions
+2
votes
1
answer
How we can create effective make file for C/C++ Code base? Can some please elaborate in details?
posted
Jul 15, 2016
by
Amit Kumar Pandey
project management
c
c++
+1
vote
0
answers
In LTE how to call gtpv2 library to s1ap libray structure,encode and decode?
posted
Jul 13, 2016
by
anonymous
lte
c
0
votes
1
answer
Merge two arrays in such a way that the resultant array is also sorted?
posted
Jul 12, 2016
by
anonymous
array
c
interview questions
0
votes
0
answers
Implement % operator using bit mask?
posted
Jul 11, 2016
by
anonymous
c
interview questions
0
votes
0
answers
What is difference between pointer and reference?
posted
Jul 11, 2016
by
anonymous
c
pointer
interview questions
c++
+2
votes
1
answer
Illegal prime numbers
posted
Jul 5, 2016
by
Shivam Kumar Pandey
algorithms
c++
c
java
programming
+1
vote
0
answers
C: Print the elements of a matrix in anti spiral order?
posted
Jul 5, 2016
by
anonymous
c
interview questions
+1
vote
1
answer
How to swap a character string and character array in C?
posted
Jul 4, 2016
by
anonymous
c
string
+2
votes
1
answer
Which data structure is used in evaluation of Arithmetic Expressions written in Prefix or Postfix forms?
posted
Jul 1, 2016
by
Mohammed Hussain
c
data structures
+1
vote
1
answer
Which compiler switch to be used for compiling the programs using math library with gcc compiler?
posted
Jul 1, 2016
by
Mohammed Hussain
c
+1
vote
1
answer
Does a built-in header file contains built-in function definition C programming?
posted
Jul 1, 2016
by
Mohammed Hussain
c
–2
votes
0
answers
How one can start on C Programming?
posted
Jul 1, 2016
by
anonymous
c
+3
votes
0
answers
Given an array A of n elements, find three indices i,j & k such that A[i]^2+A[j]^2=A[k]^2 ?
posted
Jun 28, 2016
by
Shivam Kumar Pandey
algorithms
c
interview questions
+6
votes
0
answers
Numbers that are not divided by square of its lower terms.
posted
Jun 28, 2016
by
Shivam Kumar Pandey
c
c++
c++11
java
algorithms
+2
votes
2
answers
What is a Primitive data type?
posted
Jun 28, 2016
by
anonymous
c
interview questions
+3
votes
0
answers
Write a C program for decimal to factorial number system conversion and vice versa?
posted
Jun 27, 2016
by
anonymous
c
interview questions
+6
votes
0
answers
Find the largest rectangle area for a given histogram using stack or other data structures.
posted
Jun 22, 2016
by
Shivam Kumar Pandey
data structures
algorithms
stack
c
–1
vote
2
answers
What is the significance of semicolon just after while statement in C why loop does not run?
posted
Jun 20, 2016
by
anonymous
c
+1
vote
2
answers
Is array predefined datatype or secondary data type?
posted
Jun 18, 2016
by
Bhavanacheedella
programming
c
+2
votes
2
answers
What is the maximum-size of an array we can have in a C program compiled using GCC?
posted
Jun 17, 2016
by
anonymous
c
gcc
array
+1
vote
0
answers
Given a matrix which is spirally sorted, remove an element and insert another element maintaining the sorted order?
posted
Jun 16, 2016
by
anonymous
c
interview questions
+1
vote
0
answers
How to remove unwanted data(noise) from a document/file using C/Java?
posted
Jun 16, 2016
by
anonymous
c
java
interview questions
+1
vote
0
answers
How to add two numbers more then 64bit each using C?
posted
Jun 16, 2016
by
anonymous
c
interview questions
+2
votes
1
answer
How to convert a Binary Tree into Binary Search Tree using C/C++?
posted
Jun 8, 2016
by
anonymous
c++
c
interview questions
tree
+2
votes
0
answers
Given a binary tree, whose leaf nodes are connected, how to find the height of this tree?
posted
Jun 6, 2016
by
anonymous
tree
data structures
c
+1
vote
1
answer
How to find nth palindrome number using C?
posted
Jun 6, 2016
by
anonymous
c
+5
votes
1
answer
Can we realloc a string inside a structure in C?
posted
Jun 3, 2016
by
Rupali Dadhe
c
c programming
string
+2
votes
0
answers
Given a set of random strings, write a function that returns a set that groups all the anagrams together.
posted
Jun 2, 2016
by
anonymous
c
string
interview questions
0
votes
0
answers
Given a graph, find the number of shortest paths present between source and destination?
posted
Jun 2, 2016
by
anonymous
data structures
graph
c
+2
votes
Software developer C/C++ on linux for 0 to 3 years experience. Network Programming wil be a plus at UnoSolution
posted
Jun 1, 2016
by
Unosolution
linux
c++
c
telecom
gsm
+6
votes
How To Append 'st', 'nd', 'rd' or 'th' To Day Numbers in Dates?
posted
May 31, 2016
by
Jdk
c
c#.net
+2
votes
2
answers
Convert a binary number into decimal number in c?
posted
May 30, 2016
by
anonymous
c
interview questions
+2
votes
2
answers
How to compare two numbers in C without using relational operators?
posted
May 28, 2016
by
anonymous
c
interview questions
+2
votes
1
answer
Find number of islands of '1' in D dimensional array containing '0', '1'. where D > 2.
posted
May 26, 2016
by
anonymous
data structures
interview questions
c
0
votes
0
answers
Write a C function that returns the mirror image of a given image?
posted
May 25, 2016
by
Varun Kumar
c
interview questions
+1
vote
1
answer
Write a C function with constant space complexity to tell whether a singly linked list is palindrome or not?
posted
May 25, 2016
by
anonymous
linklist
c
interview questions
+1
vote
1
answer
OS: When to decide having re-entrant function in code is necessary ?
posted
May 22, 2016
by
Ganesh
interview questions
c
reentrant
+1
vote
1
answer
C: How does macro function works as compare to normal function ?
posted
May 22, 2016
by
Vikram Singh
c
interview questions
macro
+1
vote
1
answer
C: When a programmer or designer decides to have volatile variable in code ?
posted
May 21, 2016
by
Neeraj Mishra
c
c programming
software design
+2
votes
1
answer
C: In what case structure assignment should be avoided in code ?
posted
May 21, 2016
by
Ganesh
c programming
c
+1
vote
1
answer
for(;c=getchar(),~c;) when condition will be false?
posted
May 20, 2016
by
Rajan Paswan
c
+1
vote
2
answers
How to find inorder successor in a binary search tree, sample C/C++ code would be helpful?
posted
May 16, 2016
by
anonymous
data structures
tree
interview questions
c
c++
0
votes
2
answers
I want to get all of compile error message list of gcc about C language?
posted
May 16, 2016
by
anonymous
c
gcc
+1
vote
2
answers
what value return strcmpi()?
posted
May 14, 2016
by
Hasan Raza
c
c++
0
votes
3
answers
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
posted
May 12, 2016
by
Hasan Raza
c
pointer
interview questions
+1
vote
2
answers
Are the expressions arr and &arr same for an array of integers?
posted
May 12, 2016
by
Hasan Raza
c
array
interview questions
0
votes
1
answer
How to calculate someone's age, in days, months and years using a C program?
posted
May 12, 2016
by
Abu Anam
c
interview questions
+2
votes
0
answers
Is there a case where '&' yields a lower performance than '%'? Does compiler optimize it automatically?
posted
May 12, 2016
by
Pratiksha Shetty
c
precedence
0
votes
1
answer
What is the difference between structure variable and normal variable?
posted
May 12, 2016
by
anonymous
c programming
c
Page:
« prev
1
...
3
4
5
6
7
8
9
...
next »
...