Explain how can you restore a redirected standard stream?
No Answer is Posted For this Question
Be the First to Post Answer
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
please explain every phase in the "SDLC" in the dotnet.
Diff between for loop and while loop?
What's wrong with "char *p = malloc(10);" ?
what is the similarities between. system call and library function?
What are enumerated types?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
write an algorithm to display a square matrix.
What is the best style for code layout in c?
What is structure in c definition?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Is there a way to compare two structure variables?