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

Find errors
(1) m = ++a*5;
(2) a = b ++ -c*2;
(3)y = sqrt (1000);

Answer Posted / pranav

2) has an error because the LVALUE (b++) is not yet
incremented before evaluation

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the two types of functions in c?

1057


What is struct node in c?

1118


Explain zero based addressing.

1095


Explain what is a 'locale'?

1126


Explain what are multibyte characters?

1250


Is sizeof a keyword in c?

1013


Are negative numbers true in c?

1106


Why cant I open a file by its explicit path?

1081


What are c preprocessors?

1239


Write the control statements in C language

1274


Explain what are reserved words?

1157


What are the advantages of using macro in c language?

1183


What is cohesion in c?

1025


What is the default value of local and global variables in c?

1098


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

16913