Once I have used freopen, how can I get the original stdout (or stdin) back?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find out prime number using sieve case?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Explain following declaration int *P(void); and int (*p)(char *a);
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
How to write a multi-statement macro?
what is the difference between procedure oriented and object oriented progaming language
Explain what happens if you free a pointer twice?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
What is call by reference in functions?
What is a program flowchart?
What is self-referential structure in c programming?