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
What is the use of %G in C programming?
posted
Oct 9, 2017
by
anonymous
interview questions
c
0
votes
0
answers
Please help me to find out the problem in the following C code?
posted
Sep 29, 2017
by
Mimi
c
0
votes
1
answer
Why the output of below program is not as expected?
posted
Sep 14, 2017
by
anonymous
c
linux
0
votes
2
answers
How can a variable be declared and initialized as an array in C?
posted
Sep 7, 2017
by
anonymous
c
array
interview questions
+1
vote
0
answers
Concatenate the sums of each word to form the result WORLD WIDE WEB = 402326?
posted
Sep 1, 2017
by
Roh
c
+1
vote
1
answer
Find the sum of sums of digits of a given number, as per the method mentioned below?
posted
Sep 1, 2017
by
Roh
c
+2
votes
1
answer
Write a function in c that takes 2 numbers in string and forms a string containing the addition of these 2 numbers?
posted
Sep 1, 2017
by
Roh
c
+1
vote
1
answer
What type of conversion is not accepted in C & why? a)char to int b)float to char pointer c)int to char d)double to char
posted
Aug 28, 2017
by
anonymous
c
interview questions
+1
vote
1
answer
How to pass Doubly Linked List as parameter in a C function?
posted
Aug 28, 2017
by
anonymous
c
interview questions
+1
vote
1
answer
FInd out number of occurrences of a number in an array using C
posted
Aug 28, 2017
by
anonymous
c
0
votes
0
answers
find output in following pattern
posted
Aug 28, 2017
by
anonymous
c
+1
vote
1
answer
Design an algorithm (and provide the c code) to accept a number from the user and check if it is a prime number or not?
posted
Aug 28, 2017
by
Roh
c
0
votes
1
answer
Find the sum of sums of digits of a given number, as per the method mentioned below?
posted
Aug 27, 2017
by
Panchika Trivedi
java
interview questions
c
+1
vote
1
answer
What is the difference between c and c++ in terms of design?
posted
Aug 11, 2017
by
anonymous
c
c++
interview questions
0
votes
0
answers
How can pow() function of C output the exact value of a^b without any precision loss?
posted
Aug 5, 2017
by
anonymous
c
interview questions
+1
vote
C Basic Program
posted
Aug 4, 2017
by
anonymous
c
programming
0
votes
0
answers
What is the relation of cyclic property of data type with data overflow?
posted
Aug 2, 2017
by
anonymous
c#
c
0
votes
0
answers
C: Compress String with character and its count. Example: "aaabbba" -> "a3b3a1”
posted
Aug 1, 2017
by
anonymous
interview questions
c
string
+2
votes
1
answer
How to print a semicolon(;) without using semicolon in C/C++?
posted
Jul 26, 2017
by
Ajay Kumar
c
c++
0
votes
0
answers
Merge the overlapping intervals using C?
posted
Jul 25, 2017
by
anonymous
interview questions
c
0
votes
0
answers
C: Implement a stack using queue?
posted
Jul 25, 2017
by
anonymous
data structures
c
interview questions
queue
0
votes
0
answers
Find the max sum of a sub array using C?
posted
Jul 25, 2017
by
anonymous
interview questions
c
array
0
votes
1
answer
Write a c program that prompts the user to input five numbers and get their sum?
posted
Jul 24, 2017
by
Elton Ngugi
c
0
votes
1
answer
How do I take large numbers of input around 100000 digits in length in C/C++?
posted
Jul 24, 2017
by
anonymous
interview questions
c
+1
vote
2
answers
How to print a variable name in C?
posted
Jul 18, 2017
by
Ajay Kumar
c
interview questions
0
votes
1
answer
For given list of numbers find out triplets with sum 0 using C?
posted
Jul 15, 2017
by
anonymous
interview questions
c
0
votes
1
answer
C: What is the difference between memory comparison and string comparison ?
posted
Jul 15, 2017
by
Vikram Singh
interview questions
c
string
0
votes
1
answer
C: What is wrapper function and how it is written in C language ?
posted
Jul 15, 2017
by
Vikram Singh
interview questions
programming
c
0
votes
1
answer
What are the drawbacks of traditional programming?
posted
Jul 13, 2017
by
anonymous
programming
c
0
votes
1
answer
How to swap adjacent element of a single linked list?
posted
Jul 7, 2017
by
Ajay Kumar
linklist
data structures
c
+1
vote
2
answers
How to print all prime factor of a number in descending order using a stack?
posted
Jul 7, 2017
by
Ajay Kumar
data structures
c
+1
vote
1
answer
C: How to reverse a queue using one stack?
posted
Jul 7, 2017
by
Ajay Kumar
data structures
c
+1
vote
1
answer
How to reverse a stack using a queue?
posted
Jul 7, 2017
by
Ajay Kumar
data structures
c
interview questions
0
votes
1
answer
Which is preferable JAVA or C/C++?
posted
Jul 7, 2017
by
anonymous
c
java
0
votes
0
answers
Given a String with parenthesis, remove the least amount of parenthesis from it such that it becomes balanced?
posted
Jul 5, 2017
by
anonymous
c
interview questions
+1
vote
0
answers
Implement String concatenation in C if string is represented by an array where first element represent length of string?
posted
Jul 5, 2017
by
anonymous
c
interview questions
string
0
votes
1
answer
Can we use scanf and printf functions in our C program without including header file? Please explain the reasoning also?
posted
Jul 5, 2017
by
Ajay Kumar
c
interview questions
+1
vote
2
answers
What is the difference between marcos and functions in C?
posted
Jul 5, 2017
by
Ajay Kumar
c
interview questions
+1
vote
0
answers
How to declare 2-D array without use row or column in c?
posted
Jul 4, 2017
by
Ajay Kumar
c
+1
vote
3
answers
Print “Even” or “Odd” without using conditional statement.
posted
Jul 2, 2017
by
Ajay Kumar
c
c++
+1
vote
0
answers
What is data structure use in implement for Tower of Hanoi application? give an example using data structure.
posted
Jul 2, 2017
by
Ajay Kumar
c
data structures
c++
–1
vote
0
answers
Determine the set of inputs that will lead to SIGFPE (floating point exception) being triggered in following C program?
posted
Jun 27, 2017
by
anonymous
interview questions
c
+1
vote
1
answer
What is the difference between a sequence point and operator precedence in C?
posted
Jun 27, 2017
by
Archana Kumari
c
interview questions
0
votes
1
answer
Write a C program to find the consecutive occurrence of any vowel in a string?
posted
Jun 27, 2017
by
anonymous
c
string
0
votes
0
answers
Which are the tightly coupled data type in C language?
posted
Jun 23, 2017
by
Priya Kanojiya
c
0
votes
1
answer
How to print a name without using character in C?
posted
Jun 23, 2017
by
Priya Kanojiya
c
0
votes
2
answers
How we can write hexadecimal value in a string?
posted
Jun 23, 2017
by
Priya Kanojiya
c
+1
vote
1
answer
Signbit will shift or not in bitwise shift operator
posted
Jun 21, 2017
by
Priya Kanojiya
c
+1
vote
1
answer
what does the following syntax means in C: int *(*func())[]
posted
Jun 21, 2017
by
Mahedra Chaudhari
c
+1
vote
1
answer
Why unsigned int64_t i gives an error?
posted
Jun 19, 2017
by
Mahedra Chaudhari
c
datatype
Page:
« prev
1
2
3
4
5
...
next »
...