how to solve "unable to open stdio.h and conio.h header files
in windows 7 by using Dos-box software


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Where is volatile variable stored?

0 Answers  


What is unary operator?

0 Answers  


main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


What is .obj file in c?

0 Answers  


What are the advantages of using Unions?

0 Answers   IBS,






What is a method in c?

0 Answers  


How can I get random integers in a certain range?

0 Answers  


Is array name a pointer?

0 Answers  


Is null always defined as 0(zero)?

0 Answers  


What is the advantage of c?

0 Answers  


What is quick sort in c?

0 Answers  


What is pivot in c?

0 Answers  


Categories