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...


main()
{
printf("hello");
fork();
}


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

Post New Answer

More C Interview Questions

Can u return two values using return keyword? If yes, how? If no, why?

7 Answers  


what is volatile in c language?

9 Answers   Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,


Give a fast way to multiply a number by 7

15 Answers   Accenture, Aricent, Microsoft,


What does c mean in standard form?

0 Answers  


Can include files be nested?

0 Answers  


What do you mean by dynamic memory allocation in c?

0 Answers  


from which concept of 'c', the static member function of 'c++' has came?

1 Answers   Bosch,


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000

3 Answers  


What are the keywords in c?

0 Answers  


#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

14 Answers   CDAC, GATE, NDS, TCS,


Tell me what is null pointer in c?

0 Answers  


Categories