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

Between macros and functions,which is better to use and why?

0 Answers  


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

0 Answers   RBI,


what is the difference between #include<stdio.h> and #include"stdio.h" ?

6 Answers   TCS,


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


write a program in c to read array check element is present or not?

1 Answers  






What are control structures? What are the different types?

0 Answers  


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


What is modeling?

0 Answers  


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

0 Answers  


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

0 Answers  


explain how do you use macro?

0 Answers  


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


Categories