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


Which is the memory area not included in C program? give the
reason


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

Post New Answer

More C Interview Questions

a=5 a=a++/++a

14 Answers   Bhel,


main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 Answers   GATE,


How can I get random integers in a certain range?

0 Answers  


Tell me what is null pointer in c?

0 Answers  


Which driver is a pure java driver

0 Answers   Vertex,


What are the types of operators in c?

0 Answers  


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

1 Answers  


main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }

6 Answers  


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


Tell me when would you use a pointer to a function?

0 Answers  


write a program to display numbers from 1 to 10 and 10 to 1?

2 Answers  


Is null always equal to 0(zero)?

0 Answers  


Categories