Explain how can you restore a redirected standard stream?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are header files and explain what are its uses in c programming?
What are file streams?
write a program to find the largest and second largest integer from an array
What is a nested loop?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
What is the use of typedef in structure in c?
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
What does void main return?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
code for inverse a matrix
How is a macro different from a function?
How do you override a defined macro?