What is the difference between = and == in C?
Answer Posted / dee
=----->assignment
== --->comparision
| Is This Answer Correct ? | 169 Yes | 21 No |
Post New Answer View All Answers
Why was c++ created?
What are all predefined data types in c++?
What is the advantage of an external iterator.
Incase of a function declaration, what is extern means?
What do you understand by pure virtual function? Write about its use?
Is map thread safe c++?
What is a driver program?
How the programmer of a class should decide whether to declare member function or a friend function?
What is istream c++?
What is enum class in c++?
What is a rooted hierarchy?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
Write is a binary search tree? Write an algo and tell complexity?
What are enumerations?
Show the declaration for a static function pointer.