What is output redirection?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


What is the deal on sprintf_s return value?

0 Answers  


What is the difference between declaring a variable and defining a variable?

0 Answers  


print the table 5 in loops

3 Answers  


implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,






Is fortran faster than c?

0 Answers  


What is c value paradox explain?

0 Answers  


write a program that accepts 3 numbers from the user. dispaly the values in a descending order.

3 Answers  


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


What is the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,


What is default value of global variable in c?

0 Answers  


What are linked lists in c?

0 Answers  


Categories