What is the difference between = and == in C?
Answer Posted / idofsaikat9
'=' assigns a value to a variable whereas '==' checks whether two values are equal or not
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a tuple c++?
What do you mean by const correctness?
What is the full form of ios?
What you know about structures in C++?
What is malloc in c++?
Describe protected access specifiers?
Why do we need pointers?
What is the iunknown interface?
What is the most common mistake on c++ and oo projects?
What is dynamic and static typing?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Why is c++ considered difficult?
What is bubble sort c++?
What is runtime polymorphism in c++?
What is a pointer with example?