How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?


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

Post New Answer

More C Interview Questions

What is pointer to pointer in c language?

0 Answers  


What is LINKED LIST? How can you access the last element in a linked list?

0 Answers   ADP,


What the different types of arrays in c?

0 Answers  


c program to compute AREA under integral

0 Answers   Infosys,


What are the differences between Structures and Arrays?

0 Answers   TCS,






Can we assign string to char pointer?

0 Answers  


how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");

9 Answers   TCS,


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,


Explain how to reverse singly link list.

0 Answers  


main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,


Categories