How can I invoke another program or command and trap its output?
Is c easier than java?
What is the size of array float a(10)?
write the program to find multiplication of 2-D matrix??????????
What do you mean by Recursion Function?
What does the c preprocessor do?
What is a rvalue?
If errno contains a nonzero number, is there an error?
How does free() know how many bytes to free?
how to count no of words,characters,lines in a paragraph.
difference of two no's with out using - operator
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *