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 programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..

2 Answers  


Is it possible to initialize a variable at the time it was declared?

0 Answers  


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  


What is switch in c?

0 Answers  


can we declare a function in side the structure?

2 Answers   HCL,






Explain what are linked list?

0 Answers  


What is multidimensional arrays

0 Answers  


What is the purpose of ftell?

0 Answers  


what is the role you expect in software industry?

0 Answers   HCL,


A C E G H +B D F A I ------------ E F G H D

1 Answers   Infosys,


what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 Answers  


Is python a c language?

0 Answers  


Categories