How do you redirect a standard stream?
No Answer is Posted For this Question
Be the First to Post Answer
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
For what purpose null pointer used?
Do you know the use of 'auto' keyword?
Why dont c comments nest?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
what is computer
how to make program without <> in library.
Why static variable is used in c?
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
How can I make it pause before closing the program output window?
What is array of structure in c programming?