How can I invoke another program or command and trap its output?


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

Post New Answer

More C Interview Questions

Is c easier than java?

0 Answers  


What is the size of array float a(10)?

0 Answers  


write the program to find multiplication of 2-D matrix??????????

1 Answers  


What do you mean by Recursion Function?

0 Answers   Hexaware,


What does the c preprocessor do?

0 Answers  


What is a rvalue?

0 Answers   Global Logic,


If errno contains a nonzero number, is there an error?

0 Answers  


How does free() know how many bytes to free?

8 Answers  


how to count no of words,characters,lines in a paragraph.

0 Answers  


difference of two no's with out using - operator

7 Answers  


main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 Answers  


how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *

3 Answers  


Categories