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

What is the value of y in the following code?
x=7;y=0;
if(x=6)
y=7;
else
y=1;

Answer Posted / bhagya

1

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is bin sh c?

988


What is struct node in c?

1024


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1818


What is stack in c?

1031


What is const and volatile in c?

992


What is the argument of a function in c?

995


What is the difference between mpi and openmp?

1221


How to write a code for reverse of string without using string functions?

2077


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1731


Can static variables be declared in a header file?

1007


List a few unconditional control statement in c.

932


What is the difference between malloc() and calloc() function in c language?

1032


Can you please explain the difference between exit() and _exit() function?

996


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

2361


What are the advantage of c language?

1006