What is the difference between = and == in C?
Answer Posted / datta khilari
= operator is assignment operator
== is operator comparision two values
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Define Virtual function in C++.
What is the fastest c++ compiler?
Can we declare a base-class destructor as virtual?
What is purpose of new operator?
Can constructor be private in c++?
What is an html tag?
what are the iterator and generic algorithms.
What is ctime c++?
Why is c++ awesome?
How should a contructor handle a failure?
What are 2 ways of exporting a function from a dll?
Who calls main function?
What are the advantages of using typedef in a program?
What is fflush c++?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?