How can you restore a redirected standard stream?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
What is graph in c?
Write a program to print fibonacci series without using recursion?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
what is the use of call back function in c?tell me with example
How would you rename a function in C?
Describe newline escape sequence with a sample program?
What the different types of arrays in c?
What do you mean by dynamic memory allocation in c? What functions are used?
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????