#include<stdio.h>
{
printf("Hello");
}
how compile time affects when we add additional header file
<conio.h>.


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

Post New Answer

More C Interview Questions

Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


write a program to display the numbers having digit 9 in the given range from 1 to 100

1 Answers  


How can I recover the file name given an open stream or file descriptor?

0 Answers  


How to write a multi-statement macro?

0 Answers  


how to use enum datatype?Please explain me?

3 Answers   Excel,


why array index always starts from zero??

4 Answers   TCS,


Does c have enums?

0 Answers  


What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


What are the advantages of using linked list for tree construction?

0 Answers  


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

0 Answers  


Write the syntax and purpose of a switch statement in C.

0 Answers   Adobe,


what are the interview question's in the language c

2 Answers   Nipuna,


Categories