How can I invoke another program or command and trap its output?
No Answer is Posted For this Question
Be the First to Post Answer
Explain 'bit masking'?
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }
Is c is a high level language?
What are the 4 types of unions?
Can we compile a program without main() function?
how to copy a string without using c function
Explain the Difference between the New and Malloc keyword.
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
Explain what is the difference between the expression '++a' and 'a++'?
say the following declaration is correct nr not. int b=a,n=0;
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.