Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


#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

find a number whether it is even or odd without using any control structures and relational operators?

22 Answers   Microsoft, Shashank Private Limited,


Write a program to find given number is even or odd without using any control statement.

2 Answers  


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


What functions are used in dynamic memory allocation in c?

0 Answers  


What is the difference between arrays and pointers?

0 Answers  


what is the output of printf("%d",(scanf("%d",10));

10 Answers  


What is the significance of an algorithm to C programming?

0 Answers  


program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5

8 Answers   Infosys,


What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation

10 Answers   IBM,


consagous technology placement paper

3 Answers   Consagous, Sypra,


What is selection sort in c?

0 Answers  


void main() { int i=5; printf("%d",i++ + ++i); }

21 Answers   ME,


Categories