Can stdout be forced to print somewhere other than the screen?
No Answer is Posted For this Question
Be the First to Post Answer
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Explain built-in function?
What is union and structure in c?
What are pragmas and what are they good for?
What is the meaning of 2d in c?
explain what is an endless loop?
How does #define work?
Explain continue keyword in c
What is table lookup in c?
When should the volatile modifier be used?
Write a program with dynamically allocation of variable.