How can you restore a redirected standard stream?
No Answer is Posted For this Question
Be the First to Post Answer
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
Explain pointer. What are function pointers in C?
What are the advantages of using Unions?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
How to add two numbers with using function?
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is C++
How to compare array with pointer in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is non linear data structure in c?