How can you invoke another program from within a C program?


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

Post New Answer

More C Interview Questions

formula to convert 2500mmh2o into m3/hr

0 Answers  


Explain the use of 'auto' keyword in c programming?

0 Answers  


define string ?

0 Answers  


Explain what is the difference between functions abs() and fabs()?

0 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

0 Answers  


What is openmp in c?

0 Answers  


#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(“%d” ,a[i]); }

8 Answers  


Tell about strtok & strstr functions

2 Answers   HCL, iFlex, Motorola,


what is the use of call back function in c?tell me with example

2 Answers   Bosch,


What is file in c language?

0 Answers  


program for swapping two strings by using pointers in c language

1 Answers  


Categories