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
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
What is a constant?
What are pointers? Why are they used?
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
What do you mean by Recursion Function?
code for bubble sort?
what defference between c and c++ ?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
Function to find the given number is a power of 2 or not?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
where are auto variables stored? What are the characteristics of an auto variable?