How do I get an accurate error status return from system on ms-dos?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of printf() and scanf() functions?
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
Is c a great language, or what?
What is spaghetti programming?
what is the importance of spanning tree?
Explain null pointer.
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
how i m write c program 1.check prime number 2.prime number series
write a addition of two no. program with out using printf,scanf,puts .
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
formula to convert 2500mmh2o into m3/hr
#define f(x) main() { printf("\n%d",f(2+2)); }