How can you restore a redirected standard stream?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print calender using for loop.
What is an auto keyword in c?
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
Can a program have multiple main() functions?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Explain how do you determine whether to use a stream function or a low-level function?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is indirection? How many levels of pointers can you have?
What is static memory allocation?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
what is the c.