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 difference between = and == in C?

Answer Posted / glibwaresoftsolutions

 =: Assignment operator (e.g., x = 10).
 ==: Equality comparison operator (e.g., if (x == 10)).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of templates in c++?

1088


How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?

1207


What is the difference between ++ count and count ++?

1197


Is it possible for a member function to use delete this?

1134


Define Virtual function in C++.

1148


How many characters are recognized by ANSI C++?

1465


Describe new operator and delete operator?

1139


Briefly describe a B+ tree. What is bulk loading in it?

1397


What is the difference between the compiler and the preprocessor?

1167


What are register variables?

1215


Can I run c program in turbo c++?

1080


What is c++ prototype?

1308


If I is an integer variable, which is faster ++i or i++?

1130


Why do we use templates?

1111


What is isdigit c++?

1150