Explain 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 the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????

2 Answers   Apple,


we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?

2 Answers   Convergys,


write a program to generate 1st n fibonacci prime number

2 Answers  


How is = symbol different from == symbol in c programming?

0 Answers  


what are the facialities provided by you after the selection of the student.

0 Answers   TCS,


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

0 Answers   Wilco,


Write a program to print "hello world" without using a semicolon?

0 Answers  


Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  


What is the meaning of typedef struct in c?

0 Answers  


What is #include in c?

0 Answers  


What is structure of c program?

0 Answers  


Explain how can I read and write comma-delimited text?

0 Answers  


Categories