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
0
answers
Can I use int data type to store the value 32768, why or why not?
posted
Apr 27, 2017
by
Pooja Singh
interview questions
c
+1
vote
1
answer
Is it possible to pass command line arguments to C programs?
posted
Apr 27, 2017
by
anonymous
c
interview questions
–1
vote
1
answer
How to print Floyd’s triangle in c ?
posted
Apr 27, 2017
by
Pooja Singh
c
interview questions
0
votes
1
answer
Which is better #define or enum?
posted
Apr 25, 2017
by
Pooja Singh
c
technology
+1
vote
Short note on Binary Search Tree (BST)
posted
Apr 24, 2017
by
Pooja Singh
c
data structures
bst
0
votes
2
answers
How to find if a string is a permutation of another string using C?
posted
Apr 24, 2017
by
anonymous
c
interview questions
string
+2
votes
0
answers
Program of Laplace transform in C?
posted
Apr 24, 2017
by
anonymous
c
interview questions
0
votes
1
answer
Find the first occurrence of a character in a string using C?
posted
Apr 23, 2017
by
Leon Martinović
c
interview questions
0
votes
1
answer
Check the following two functions and explain if method1 and method2 are same?
posted
Apr 23, 2017
by
Leon Martinović
c
+1
vote
The Selection Sort
posted
Apr 20, 2017
by
Pooja Singh
c
sort
selection sort
0
votes
1
answer
Haw many of you understand dynamic allocation of memory, can someone explain this in detail?
posted
Apr 19, 2017
by
Leon Martinović
c
memory allocation
0
votes
2
answers
Which one is better to use in dynamic memory allocation malloc() or calloc(), please explain with appropriate example ?
posted
Apr 19, 2017
by
Anirudha Sarkar
c
interview questions
memory allocation
0
votes
1
answer
Fill array allocated by user with logical order prime numbers
posted
Apr 18, 2017
by
Leon Martinović
c
0
votes
Summary on bubble sort
posted
Apr 18, 2017
by
Pankaj Singh
bubble
sort
c
0
votes
1
answer
Write a C program without using any loop to print numbers from 1 to 100 and 100 to 1 ?
posted
Apr 18, 2017
by
Purabi Sarkar
c
interview questions
+1
vote
Summary on insertion sort
posted
Apr 16, 2017
by
Pankaj Singh
sort
c
0
votes
1
answer
C program to find and print second largest digit in the given number?
posted
Apr 4, 2017
by
anonymous
c
interview questions
0
votes
0
answers
C code to find the Second Best Minimum Spanning Tree.
posted
Apr 4, 2017
by
anonymous
algorithms
c
interview questions
+2
votes
3
answers
What is the difference between the while and do while loop in C?
posted
Apr 3, 2017
by
anonymous
c
interview questions
+1
vote
0
answers
C: Check if a Binary Tree contains duplicate subtrees of size 2 or more?
posted
Mar 9, 2017
by
anonymous
tree
data structures
interview questions
c
+1
vote
2
answers
Convert a binary number into decimal number and vice versa using C?
posted
Mar 9, 2017
by
anonymous
interview questions
c
0
votes
1
answer
C: Determine whether the given sudoku board configuration is valid or not?
posted
Mar 8, 2017
by
anonymous
c
interview questions
+1
vote
1
answer
Given set of N points/Co-ordinates [(x1,y1),(x2,y2), (x3,y3), (x4,y4), (x5,y5)...] find if any of them form square.
posted
Mar 2, 2017
by
anonymous
c
interview questions
algorithms
+1
vote
0
answers
Print all the sub arrays of an array with iterative approach using C?
posted
Feb 28, 2017
by
anonymous
c
interview questions
+3
votes
1
answer
What is the difference between int and char in C?
posted
Feb 26, 2017
by
anonymous
c
c++
+1
vote
0
answers
-Wformat cannot use const struct fields as format strings on purpose?
posted
Feb 21, 2017
by
anonymous
gcc
c
0
votes
1
answer
Find the given doubly linked list is palindrome or not?
posted
Feb 20, 2017
by
anonymous
interview questions
linklist
java
c
+1
vote
1
answer
How to make one header file of our own in program which includes all header files of c?
posted
Feb 16, 2017
by
anonymous
c
interview questions
+3
votes
1
answer
Who developed the c language?
posted
Feb 15, 2017
by
Pooja Maheshwari
c
0
votes
1
answer
What is the use of forward declaration in C, please explain with example?
posted
Feb 13, 2017
by
anonymous
c
interview questions
+1
vote
0
answers
Write a function which takes Integer as input and English representation of number as output using C/Java?
posted
Feb 8, 2017
by
anonymous
c
interview questions
+1
vote
0
answers
C: Array consist of -1 and 1, Find count of all sub-arrays where sum = 0.
posted
Feb 8, 2017
by
anonymous
c
interview questions
+1
vote
0
answers
C program for implementation of strtok function?
posted
Feb 8, 2017
by
anonymous
c
interview questions
+1
vote
1
answer
C: Should I include default libraries i.e. stdio.h while coding or it will be included automatically?
posted
Feb 4, 2017
by
anonymous
c
+2
votes
1
answer
Is there a way to return an array in C from a user defined function?
posted
Jan 30, 2017
by
anonymous
c
+2
votes
1
answer
How can I declare this type of array in C?
posted
Jan 28, 2017
by
Chakri
c
+2
votes
1
answer
ALGO: What are all possible ways to find out missing two numbers from a number series 1,2 ,3 .... N ?
posted
Jan 24, 2017
by
Vikram Singh
algorithms
algo
interview questions
c
+2
votes
2
answers
C: What will happen if free() use an invalid pointer to release the memory ?
posted
Jan 18, 2017
by
Neelam
c
interview questions
memory allocation
heap
+4
votes
1
answer
DS: What a C program to swap the nodes of k th level ?
posted
Jan 18, 2017
by
Neelam
c
interview questions
tree
+3
votes
1
answer
DS: Write a program to find the sum of nodes present at the kth level of a binary tree ?
posted
Jan 12, 2017
by
Rupam
data structures
tree
c
c++
java
+1
vote
0
answers
Write code to traverse a NxM matrix in a zig-zag fashion?
posted
Jan 7, 2017
by
anonymous
interview questions
c
matrix
+1
vote
0
answers
Print an NxM matrix diagonaly starting at bottom left corner?
posted
Jan 7, 2017
by
anonymous
interview questions
c
–1
vote
0
answers
Which backend is used for C language
posted
Dec 25, 2016
by
Shruthi
c
0
votes
0
answers
If ASCII value of 'x' is 120, then what is the value of the H, if H = ('x' – 'w' ) / 3; ?
posted
Dec 21, 2016
by
Ujjwal Mehra
interview questions
c
0
votes
1
answer
Given a string, add some characters to the from of it so that it becomes a palindrome?
posted
Dec 16, 2016
by
anonymous
c
string
interview questions
+1
vote
0
answers
Given a string and dictionary of words, form a word by removing minimum number of characters?
posted
Dec 16, 2016
by
anonymous
data structures
c
string
interview questions
0
votes
0
answers
How to find longest consecutive path in a binary tree?
posted
Dec 12, 2016
by
anonymous
data structures
tree
interview questions
c
0
votes
1
answer
Given a singly linked list: 1->2->3->4->5, Change it to 1->5->2->4->3 using O(1) space?
posted
Dec 10, 2016
by
anonymous
interview questions
linklist
c
0
votes
1
answer
How to find if Given number is power of 2 using C/C++ program. Number is a very very big number?
posted
Dec 6, 2016
by
anonymous
interview questions
c
0
votes
1
answer
Write a function to check memory leak in a program using c ?
posted
Dec 6, 2016
by
anonymous
interview questions
c
Page:
« prev
1
2
3
4
5
6
7
...
next »
...