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

Post New Answer

More C Interview Questions

What is a global variable in c?

0 Answers  


what is difference between overriding and overloading?

1 Answers  


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers  


Difference between data structure and data base.

7 Answers   CTS, Value Labs, Zoho,






write a program for fibonaci series by using while loop in c?

2 Answers  


What does a run-time "null pointer assignment" error mean?

2 Answers  


what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error

9 Answers   Infosys,


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

0 Answers  


what are advantages of U D F?

1 Answers   Google,


What do you understand by normalization of pointers?

0 Answers  


What is c basic?

0 Answers  


Categories