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


Are local variables initialized to zero by default in c?


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

Post New Answer

More C Interview Questions

Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


WHAT IS LOW LEVEL LANGUAGE?

2 Answers  


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


What is a null pointer in c?

0 Answers  


output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }

2 Answers   Elysium,


what is the difference between exit() and _exit() functions?

2 Answers  


How is a null pointer different from a dangling pointer?

0 Answers  


Write a program in c using only loops to print * * * * * *******

2 Answers   IBM,


int i=10; printf("%d %d %d", i, i=20, i);

0 Answers  


struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


What do you mean by team??

5 Answers   Student,


What is an array? What the different types of arrays in c?

0 Answers  


Categories