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 / shruti

y = 7..

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of a semicolon (;) at the end of every program statement?

1591


What is the most efficient way to store flag values?

1235


how do you execute a c program in unix.

1159


Why do we need arrays in c?

1217


What is function prototype in c language?

1090


Function calling procedures? and their differences? Why should one go for Call by Reference?

1139


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

2252


What is function pointer c?

1192


What is a union?

1093


Explain how can I make sure that my program is the only one accessing a file?

1281


How can you return multiple values from a function?

1173


In a switch statement, what will happen if a break statement is omitted?

1121


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

1104


What kind of structure is a house?

1104


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2845