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

Write a c program to demonstrate Type casting in c?

2 Answers  


Where does the name "C" come from, anyway?

0 Answers   Celstream,


Write a C program to convert an integer into a binary string?

1 Answers  


write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words

5 Answers   Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,


What are identifiers and keywords in c?

0 Answers  






Write a simple program to find the size of different basic data types in C.

3 Answers  


#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 Answers  


how we can make 3d venturing graphics on outer interface

1 Answers   Microsoft,


What does the characters “r” and “w” mean when writing programs that will make use of files?

0 Answers  


What is assert and when would I use it?

0 Answers  


I have a varargs function which accepts a float parameter?

0 Answers  


How can I change their mode to binary?

0 Answers  


Categories