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 programming
Recent posts under tag c programming
All
Questions
MCQs
Jobs
Articles
0
votes
0
answers
How can I write ASSEMBLER in C for calculating mathematical operations?
posted
Dec 14, 2018
by
anonymous
c
c programming
assembler
assembly
c++
0
votes
0
answers
Difference between 2 acute angles of right angle triangle is 3×180÷10rad.find the angles in degree
posted
Sep 10, 2018
by
Bakku Sankar Rao
c programming
+1
vote
0
answers
C: Program to count number of packets sent within a minute ?
posted
Jul 9, 2018
by
Vikram Singh
interview questions
c programming
c
+1
vote
0
answers
How to write a c program for data signaling rate for four signals?
posted
May 29, 2018
by
Sushma R
c programming
c
0
votes
1
answer
Write a C program where two values are compared to third value and nearest value is returned?
posted
May 28, 2018
by
Sushma R
c
c programming
0
votes
0
answers
How to find out stack grows upward (towards higher memory address) or downward (towards lower memory address) ?
posted
May 20, 2018
by
Harshita
c programming
operating system
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
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
0
votes
1
answer
How a timer utility can be implemented in a system ?
posted
Sep 22, 2016
by
Vikram Singh
interview questions
c programming
linux
+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
+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
+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
0
votes
1
answer
What is the difference between structure variable and normal variable?
posted
May 12, 2016
by
anonymous
c programming
c
+1
vote
1
answer
In C, Can a structure have member function, access specifier?
posted
May 3, 2016
by
Chirag Gangdev
c++
c
c programming
+1
vote
1
answer
ALGO: Write algorithm to print all possible string by placing spaces between characters ?
posted
Apr 22, 2016
by
Harshita
interview questions
algorithms
c programming
+4
votes
1
answer
C: What is self referential structure and when is it use ?
posted
Apr 20, 2016
by
Vikram Singh
c
c programming
+4
votes
2
answers
When pointer contains only address, what is the point of declaring pointer of different type?
posted
Mar 26, 2016
by
Shahsikant Dwivedi
c
c programming
pointer
+2
votes
1
answer
How the negative numbers are stored in memory ?
posted
Mar 22, 2016
by
Vikram Singh
c programming
0
votes
1
answer
Design a state machine in C for the following problem by using macros?
posted
Mar 15, 2016
by
Suchakravarthi Sripathi
c
c programming
0
votes
2
answers
How to remove all characters in a string except alphabet?
posted
Mar 9, 2016
by
Sumana
c programming
+1
vote
1
answer
Which operator is used to access data members of the structure through the pointer variable?
posted
Mar 4, 2016
by
Divya Nayak
c programming
pointer
+3
votes
1
answer
Is there any possible to doubly linked list be implemented using a single pointer variable in every node?
posted
Mar 2, 2016
by
Mohammed Hussain
c programming
data structures
+1
vote
1
answer
Which Data Structure Should be used for LRU cache?
posted
Mar 2, 2016
by
Mohammed Hussain
c programming
data structures
0
votes
1
answer
What does Simulation of queues mean?
posted
Mar 1, 2016
by
Mohammed Hussain
c programming
data structures
+1
vote
0
answers
What is the recommended way of timing two pieces of code in C
posted
Feb 26, 2016
by
anonymous
c
c programming
+2
votes
1
answer
Describe run-time type identification in ANSI C?
posted
Jan 28, 2016
by
Mohammed Hussain
c programming
ansi
+3
votes
2
answers
What is the use of malloc() function in c language?
posted
Jan 25, 2016
by
anonymous
c
c programming
+2
votes
1
answer
What happen internally in the system when return type of main () function make as void ?
posted
Jan 13, 2016
by
Vikram Singh
c programming
c
operating system
+3
votes
1
answer
How to print current date and time in C/C++ ?
posted
Jan 11, 2016
by
anonymous
c
c programming
date
+5
votes
1
answer
What is the difference between gets and fgets and between puts and fputs in C?
posted
Jan 3, 2016
by
anonymous
c
c programming
+3
votes
1
answer
What is the difference between for(;;) and while(true)? Which is preferable and why?
posted
Jan 3, 2016
by
anonymous
c
c programming
+4
votes
1
answer
How to add two numbers using bitwise operators in C?
posted
Dec 30, 2015
by
anonymous
c
c programming
bitwise-operator
+3
votes
2
answers
C: I have one confusion in the following C program related to the string and character array.
posted
Dec 27, 2015
by
Harshita
c programming
c
+4
votes
1
answer
How can we print the ; in c without directly mentioning the ; in printing statement?
posted
Dec 25, 2015
by
Kajana.supriya
c
c programming
+1
vote
1
answer
Write an algorithm to add and multiply two large integers, which cannot be represented by built-in types.
posted
Dec 19, 2015
by
anonymous
c programming
+2
votes
2
answers
Why #include<iostream.h> is showing header file missing error in C?
posted
Dec 18, 2015
by
anonymous
c programming
c
+2
votes
1
answer
In C how to make a function equivalent to malloc without using any other inbuilt function?
posted
Dec 18, 2015
by
anonymous
c
c programming
+3
votes
1
answer
Why do we use fflush(stdin) in programming specially C and C++?
posted
Dec 11, 2015
by
Mishthy Mukherjee
c
c programming
0
votes
1
answer
What is inline assembly language programs?
posted
Dec 8, 2015
by
Rajat Dubey
c programming
assembly
+2
votes
2
answers
What is the difference between array and pointer in C?
posted
Dec 8, 2015
by
anonymous
c
c programming
+2
votes
1
answer
C API to validate web address.
posted
Dec 7, 2015
by
Arshad Khan
c
c programming
+3
votes
3
answers
What is location of huge pointer in C language in Memory?
posted
Dec 5, 2015
by
anonymous
c programming
c
pointer
+1
vote
1
answer
Write a function that finds the last instance of a character in a string?
posted
Nov 27, 2015
by
Mohammed Hussain
c programming
data structures
+3
votes
1
answer
How would you implement a hash table ? How do you deal with collisions?
posted
Nov 27, 2015
by
Mohammed Hussain
c programming
data structures
+3
votes
1
answer
Explain setjmp() and longjmp() Functions in Standard C Library with Examples?
posted
Nov 23, 2015
by
Mohammed Hussain
c programming
+1
vote
2
answers
Can we specify variable field width in a scanf() format string? If possible how?
posted
Nov 18, 2015
by
Mohammed Hussain
c programming
+1
vote
1
answer
Out of fgets() and gets() which function is safe to use and why?
posted
Nov 18, 2015
by
Mohammed Hussain
c programming
Page:
1
2
3
4
...
next »
...