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
+3
votes
1
answer
What is the difference between char s[] and char *s in C?
posted
Nov 16, 2015
by
Saif Khanam
c
c programming
+2
votes
1
answer
C : Write a multi threaded program program in C language ?
posted
Nov 14, 2015
by
Vikram Singh
c programming
+3
votes
2
answers
What is the difference between: #include <stdio.h> and #include "stdio.h"?
posted
Nov 5, 2015
by
Mohammed Hussain
c programming
+3
votes
2
answers
Write Program using fprintf() print single floating point number right justified.......?
posted
Nov 5, 2015
by
Mohammed Hussain
c programming
0
votes
1
answer
What is C language and what is its use?
posted
Nov 1, 2015
by
Unknown
c programming
+2
votes
1
answer
How to find if a given expression is a valid arithmetic expression?
posted
Oct 30, 2015
by
Mohammed Hussain
c
c programming
c++
+3
votes
2
answers
A list contains a set of numbers, one number presents once and other numbers present even no. of times.
posted
Oct 26, 2015
by
Vikram Singh
c programming
c
algorithms
data structures
+2
votes
0
answers
C: Print all valid parentheses combination for a number i.e. for n = 3 output would be ()()(), (())(), ()(())
posted
Oct 15, 2015
by
anonymous
c
c programming
algorithms
+2
votes
1
answer
Please give an example for: Switch the integer values stored in two registers without using any additional memory?
posted
Oct 7, 2015
by
Mohammed Hussain
c++
c programming
+1
vote
1
answer
How to print hollow square of stars(4*4) in a matrix form?
posted
Oct 4, 2015
by
anonymous
c
c programming
+1
vote
0
answers
How to validate two binary trees have same content (integers) but may have different sturcture?
posted
Oct 2, 2015
by
anonymous
data structures
tree
c
c programming
0
votes
1
answer
Is it possible to define a formula in C struct?
posted
Sep 28, 2015
by
anonymous
c
c programming
+3
votes
0
answers
In linux, process running in background will be killed if we close the terminal?
posted
Sep 24, 2015
by
anonymous
c
linux
c programming
+2
votes
1
answer
How does program knows about static variable?
posted
Sep 24, 2015
by
anonymous
c programming
+4
votes
1
answer
C: How to accessing structure member through pointer using dynamic memory allocation?
posted
Sep 22, 2015
by
anonymous
c
c programming
+3
votes
1
answer
what is meaning of return value in C language?
posted
Sep 21, 2015
by
anonymous
c programming
c
+1
vote
1
answer
How to solve UDP packet drop issues between different internal processes in Linux environment ?
posted
Sep 10, 2015
by
Sourav Mondal
c
c programming
+1
vote
0
answers
What is the minimum size of stack is assigned to a process?
posted
Sep 10, 2015
by
anonymous
c programming
unix
operating system
linux
+4
votes
1
answer
What is the maximum number of process that can be created in a linux system?
posted
Sep 10, 2015
by
anonymous
linux
c
c programming
c++
+1
vote
1
answer
Can I use C system() to replace bash script?
posted
Sep 2, 2015
by
Ritika
c
c programming
linux
+1
vote
1
answer
How main function is different then other functions in C?
posted
Aug 24, 2015
by
anonymous
c
c programming
+2
votes
1
answer
C: What is the difference between stderr and stdout?
posted
Aug 18, 2015
by
anonymous
c
c programming
+2
votes
1
answer
What is the difference between strerror and perror in C?
posted
Aug 18, 2015
by
anonymous
c
c programming
+3
votes
3
answers
C: Given two numbers a=20 b =30 write a method that return an int c=3020 without using arithmetic and string operations?
posted
Aug 13, 2015
by
anonymous
c
c programming
+4
votes
1
answer
Is there any simple way to add a char array to another array in C?
posted
Aug 13, 2015
by
anonymous
c
c programming
+1
vote
2
answers
How to set up a local environment of C programming on Linux Machine?
posted
Aug 11, 2015
by
anonymous
c
c programming
+2
votes
0
answers
C: string swapping to convert minimum no of characters in both the string.
posted
Aug 9, 2015
by
anonymous
c programming
c
+2
votes
2
answers
What is the difference between include <> and include "" in C and what is the recommended way?
posted
Aug 6, 2015
by
anonymous
c programming
c
0
votes
1
answer
How to create floats from const char* in C?
posted
Jul 28, 2015
by
anonymous
c programming
c
float
0
votes
1
answer
Why sizeof to function returns 1 in C?
posted
Jul 28, 2015
by
Saif Khanam
c
c programming
function
+1
vote
1
answer
What is the difference between sleep and usleep in C, please explain with example?
posted
Jul 27, 2015
by
Tapesh Kulkarni
c programming
c
0
votes
1
answer
Defining a typedef in the macro in C/C++?
posted
Jul 27, 2015
by
anonymous
c
c programming
c++
+2
votes
1
answer
When to use register keyword in C ? Can anyone explain with example?
posted
Jul 21, 2015
by
anonymous
c
c programming
+3
votes
1
answer
What is the meaning of while(!RCIF) in C?
posted
Jul 20, 2015
by
anonymous
c programming
c
+5
votes
1
answer
Facing an issue while writing program for duplicate occurrence of a character in a string, can any one help?
posted
Jul 9, 2015
by
anonymous
c
c programming
+1
vote
1
answer
While debugging CORE file with GDB, Why we have to use executable file also along with that?
posted
Jul 1, 2015
by
anonymous
c programming
c
gdb
+4
votes
2
answers
Algorithm : Find the number of occurrence of each character presents in a string ?
posted
Jun 28, 2015
by
Alok
c
c programming
algorithms
algo
+2
votes
0
answers
How to trace execution of statements in Embedded C?
posted
Jun 26, 2015
by
Kuldeep Apte
c
c programming
+3
votes
0
answers
What does it mean by saying "load a class" please explain?
posted
Jun 22, 2015
by
Karthick.c
java
c programming
c++
0
votes
1
answer
Getting segmentation fault with strtok in C?
posted
Jun 19, 2015
by
Chirag Gangdev
c
c programming
+2
votes
1
answer
Can someOne explain List of #pragma warn directive warning code with explanation?
posted
Jun 17, 2015
by
Mohammed Hussain
c programming
+2
votes
1
answer
Why there are three types of pointer in Turbo c compiler?
posted
Jun 15, 2015
by
Mohammed Hussain
c programming
pointer
0
votes
1
answer
How to parse a string separated by comma(s) in C?
posted
Jun 12, 2015
by
anonymous
c programming
c
+2
votes
1
answer
Write a program that takes input as string and return as integer ?
posted
Jun 11, 2015
by
Vikram Singh
c programming
+3
votes
1
answer
where static variable initialised with 0 is stored?
posted
Jun 10, 2015
by
Chirag Gangdev
c programming
static
c
+3
votes
2
answers
Write a program to replace the right most bit '0' with bit '1' in a number ?
posted
Jun 7, 2015
by
Harshita
c programming
+3
votes
1
answer
c program to find out generic root of a number?
posted
Jun 4, 2015
by
Mohammed Hussain
c programming
+3
votes
2
answers
What is a multilevel pointer in c?
posted
Jun 4, 2015
by
Mohammed Hussain
c programming
pointer
+2
votes
1
answer
What is the far pointer in c?
posted
Jun 3, 2015
by
Mohammed Hussain
c programming
pointer
+1
vote
2
answers
What is a cyclic property of data type in c? Explain with any example.
posted
Jun 3, 2015
by
Mohammed Hussain
c programming
pointer
Page:
« prev
1
2
3
4
5
...
next »
...