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

Describe dynamic data structure in c programming language?

0 Answers  


Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 Answers   Google, ME,


How can you restore a redirected standard stream?

0 Answers  


What is the meaning of int *x[]();?

1 Answers  


Explain what are bus errors, memory faults, and core dumps?

0 Answers  






What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  


What are the parts of c program?

0 Answers  


what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????

2 Answers   Apple,


how to copy a string without using c function

5 Answers  


from which concept of 'c', the static member function of 'c++' has came?

1 Answers   Bosch,


What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,


plz answer..... a program that reads non-negative integer and computes and prints its factorial

2 Answers  


Categories