What is the difference between = and == in C?
Answer Posted / nashiinformaticssolutions
=: 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
What are the advantages of prototyping?
Can we use pointers in c++?
How do pointers work?
What is a c++ map?
What is a binary file? List the merits and demerits of the binary file usagein C++.
How do you invoke a base member function from a derived class in which you have not overridden that function?
Write a struct time where integer m, h, s are its members?
What is the difference between a pointer and a link in c ++?
Explain the use of this pointer?
What is the benefit of learning c++?
Is c++ slower than c?
what are Operators and explain with an example?
What is the basic of c++?
Can we specify variable field width in a scanf() format string? If possible how?
What is a dynamic binding in c++?