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

int a=0,b=2;
if (a=0)
b=0;
else
b=*10;
What is the value of b ?

Answer Posted / sonukrrock

20

Is This Answer Correct ?    28 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why header file is used in c?

1024


What is the difference between constant pointer and constant variable?

1165


Create a simple code fragment that will swap the values of two variables num1 and num2.

1237


What is the difference between printf and scanf )?

1023


Can you please explain the difference between strcpy() and memcpy() function?

1015


What is the difference between a string and an array?

1153


What is methods in c?

1033


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1003


What is a nested formula?

1054


Why is it important to memset a variable, immediately after allocating memory to it ?

2000


With the help of using classes, write a program to add two numbers.

983


How does pointer work in c?

1071


Write a factorial program using C.

1017


Why doesnt this code work?

1006


What is a double c?

941