Explain what is output redirection?
No Answer is Posted For this Question
Be the First to Post Answer
what is Structural oriented language? give some example of this language.....?
How to avoid buffer overflow?
What is assert and when would I use it?
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
What is encapsulation?
Is a house a mass structure?
What is boolean in c?
Why doesn't the code "a[i] = i++;" work?
WHAT IS ABSTRACT DATA TYPE
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
pascal triangle program