What is output redirection?


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

Post New Answer

More C Interview Questions

what is a static function

10 Answers   Satyam,


why effort estimation is important?

1 Answers  


to find the program of matrix multiplication using arrays

6 Answers   Bhel,


what is diffrence between string and character array?

1 Answers  


Explain what are multidimensional arrays?

0 Answers  


How many types of functions are there in c?

0 Answers  


What is the difference between malloc() and realloc()?

2 Answers  


What are multibyte characters?

0 Answers  


wt is d full form of c

6 Answers   TCS, Wipro,


wap to print "hello world" without using the main function.

22 Answers   TCS, Wipro,


What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation

10 Answers   IBM,


why arithmetic operation can’t be performed on a void pointer?

1 Answers  


Categories