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
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Explain following declaration int *P(void); and int (*p)(char *a);
What are the preprocessor categories?
Can math operations be performed on a void pointer?
Can you return null in c?
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is an volatile variable?
how to create duplicate link list using C???
What is the difference b/w main() in C language and main() in C++.
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
What are keywords c?