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
+1
vote
1
answer
What are type casting operators in C?
posted
Dec 1, 2016
by
anonymous
c
0
votes
1
answer
C: How to Print "hello world" without semi colon using switch?
posted
Dec 1, 2016
by
anonymous
c
interview questions
+3
votes
1
answer
C: How I can write my own printf() function ?
posted
Nov 29, 2016
by
Ganesh Kumar
c
interview questions
+1
vote
1
answer
What is the difference between JAVA, C and C++?
posted
Nov 26, 2016
by
Jishnu Ramachandran
interview questions
java
c
c++
0
votes
2
answers
Predict the output of below C program?
posted
Nov 17, 2016
by
Tapesh Kulkarni
c
c programming
output problems
+1
vote
0
answers
Write your own rand function which returns random numbers in a given range(input) with equally probability using C?
posted
Nov 15, 2016
by
anonymous
c
interview questions
+2
votes
1
answer
Python: Who owns the memory in ctypes?
posted
Nov 15, 2016
by
anonymous
python
c
+2
votes
1
answer
Write a Program to print source code as program output in C?
posted
Nov 12, 2016
by
Naveen Kumar
c
+2
votes
2
answers
Given a sorted array, and given a number n, find number of times n occurs in the array using C in best possible way?
posted
Nov 11, 2016
by
anonymous
c
interview questions
+1
vote
3
answers
Write a C program to check perfect number?
posted
Nov 11, 2016
by
anonymous
c
interview questions
+1
vote
1
answer
Doubly linked list - How to insert and remove element from specified position using c?
posted
Nov 7, 2016
by
anonymous
c
linklist
data structures
interview questions
0
votes
1
answer
Can GCC be used as Java-compiler?
posted
Nov 3, 2016
by
anonymous
c
java
gcc
0
votes
0
answers
Find first not-repeating character by iterating through the length of the string only once preferably C/C++/Java?
posted
Oct 28, 2016
by
anonymous
c
interview questions
+1
vote
0
answers
GCC: How to use -Wsuggest-final-types/methods?
posted
Oct 26, 2016
by
anonymous
gcc
c
+1
vote
0
answers
Can any one please suggest me where I can get LTE open source projects written C or C++?
posted
Oct 25, 2016
by
anonymous
lte
c
c++
0
votes
1
answer
How to traverse a binary search tree diagonally?
posted
Oct 19, 2016
by
anonymous
tree
c
data structures
0
votes
0
answers
How to give input from console in single linked List, any C example would be helpful?
posted
Oct 19, 2016
by
anonymous
c
linklist
0
votes
1
answer
Given a sentence and a word, remove all occurrences of the word in the sentence using C/Java?
posted
Oct 17, 2016
by
anonymous
interview questions
c
java
+1
vote
1
answer
C : Difference between ++*p, *++p and *p++ in case pointer p is pointing to an integer array ?
posted
Oct 5, 2016
by
Vikram Singh
interview questions
c programming
c
+3
votes
2
answers
How can I view the statements inside a scanf() function?
posted
Oct 5, 2016
by
Prajwal C.m.
c
c programming
+1
vote
2
answers
C: How the ans become -6, whether char val=200 is signed or unsigned?
posted
Oct 4, 2016
by
anonymous
c
c programming
+1
vote
2
answers
PROGRAM TO IMPLEMENT MULTIPLE STACK IN A SINGLE ARRAY C LANGUAGE
posted
Sep 29, 2016
by
Sathyasree
c
data structures
0
votes
1
answer
Write a C program to convert date from 24 hrs format to 12 hrs format?
posted
Sep 27, 2016
by
anonymous
c
interview questions
+1
vote
1
answer
How to implement the priority queue using heaps in C?
posted
Sep 27, 2016
by
anonymous
c
queue
data structures
0
votes
0
answers
How to get mount point of cgroup without using libcgroup library?
posted
Sep 26, 2016
by
Chirag Gangdev
c
linux
cgroup
0
votes
1
answer
C code to display alphabets from a to z?
posted
Sep 19, 2016
by
anonymous
interview questions
c
0
votes
0
answers
what is sparse matrices, can someone share the C/Java code for creation of sparse matrix?
posted
Sep 19, 2016
by
anonymous
interview questions
c
matrix
java
+3
votes
0
answers
Is it possible to optimize this code to reduce number of instructions performing on it?
posted
Sep 6, 2016
by
Suchakravarthi Sripathi
c
–1
vote
0
answers
What is the use of while(1)?
posted
Sep 5, 2016
by
Sharad Gangurde
c
+2
votes
1
answer
C: In what cases, forward declaration of structure is preferred ?
posted
Sep 4, 2016
by
Ganesh
c
c programming
interview questions
+2
votes
1
answer
D.S : Write a C program which gives the result of subtraction of two numbers represented by linked list ?
posted
Sep 4, 2016
by
Ganesh
linklist
c
data structures
interview questions
algorithms
+2
votes
2
answers
C: Write a compact code to reverse the singly linked list using recursion?
posted
Aug 31, 2016
by
Rupam
interview questions
data structures
linklist
c
algorithms
+1
vote
0
answers
C : What should keep in mind while writing a function for library and for application ?
posted
Aug 31, 2016
by
Rupam
interview questions
c
programming
+1
vote
1
answer
can i run valgrind on source code of C-program to find memories leaks?
posted
Aug 29, 2016
by
Suchakravarthi Sripathi
c
linux
0
votes
1
answer
Write a C function that takes two strings and returns true if one string is the substring of other?
posted
Aug 23, 2016
by
Mohammed Hussain
c
interview questions
+4
votes
1
answer
Largest Difference in an Array
posted
Aug 19, 2016
by
Mohammed Hussain
algorithms
c
data structures
–1
vote
2
answers
Write a C program to Sort a Linked List of 0s, 1s and 2s?
posted
Aug 18, 2016
by
Mohammed Hussain
c
algorithms
linklist
+2
votes
0
answers
Find Largest Area Triangle from 2D Matrix
posted
Aug 18, 2016
by
Mohammed Hussain
algorithms
interview questions
c
+2
votes
0
answers
How to control CPU utilization via C/C++/Python Program?
posted
Aug 18, 2016
by
Chirag Gangdev
linux
c++
c
python
+1
vote
0
answers
How to distinguish Kernel Processes and User Processes in Linux?
posted
Aug 11, 2016
by
Chirag Gangdev
linux
c
+2
votes
1
answer
What is the best way to get PID of all processes in C?
posted
Aug 11, 2016
by
Chirag Gangdev
c
linux
+2
votes
1
answer
Find total number of ways to make change using given set of coins
posted
Jul 31, 2016
by
Hasan Raza
c
data structures
algorithms
array
–1
vote
1
answer
Write a C program to check if the given string is repeated substring or not?.
posted
Jul 27, 2016
by
anonymous
c
interview questions
string
+1
vote
0
answers
How to swap the elements in Kth position from the start and end of a link list.
posted
Jul 27, 2016
by
anonymous
data structures
linklist
c
interview questions
+2
votes
0
answers
which one is the better data structure for representing graphs adjacency list or two dimension matrix?
posted
Jul 23, 2016
by
Shahsikant Dwivedi
data structures
interview questions
c
+2
votes
1
answer
Find a matrix within another matrix?
posted
Jul 22, 2016
by
anonymous
algorithms
c
+1
vote
0
answers
Can we modify the selection sort algorithm which will take less than O(n^2) time in best case?
posted
Jul 22, 2016
by
anonymous
algorithms
c
sort
–1
vote
1
answer
How to find if a circular queue is full where as circular queue is implemented using array?
posted
Jul 20, 2016
by
anonymous
c
queue
interview questions
+3
votes
2
answers
What function should be used to free the memory allocated by calloc() ? and how?
posted
Jul 19, 2016
by
Vrije Mani Upadhyay
c
memory allocation
+4
votes
1
answer
How to count the number of leaves in a binary tree without recursion?
posted
Jul 18, 2016
by
anonymous
tree
interview questions
data structures
c
Page:
« prev
1
2
3
4
5
6
7
8
...
next »
...