What is pragma c?
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
why ordinary variable store the later value not the initial
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
what is the code to display color fonts in the output?
what is the maximum no. of bytes calloc can allocate
How does memset() work in C?
What are two dimensional arrays alternatively called as?
Can a program have multiple main() functions?
What are the types of pointers?
What does typeof return in c?
What is static memory allocation? Explain
write a program for odd numbers?