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

difference of two no's with out using - operator

7 Answers  


write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)

10 Answers  


What does 4d mean in c?

0 Answers  


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,


what do you mean by defining a variable in our c code?

2 Answers  






Is c still used in 2019?

1 Answers  


totally how much header files r in c language

8 Answers   TCS,


what is pointer?

13 Answers   HCL, TCS,


What is the use of function in c?

0 Answers  


In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 Answers   IBM,


write a program for even numbers?

19 Answers   TCS,


how to implement stack operation using singly linked list

2 Answers  


Categories