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 is c++ w3school?
What is == in programming?
How do you establish an is-a relationship?
What does return 0 do in c++?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Tell me difference between constant pointer and pointer to a constant.
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Show the application of a dynamic array with the help of an example.
Why is c++ still best?
What is a breakpoint?
What are the advantages of using a pointer?
Describe Trees using C++ with an example.
Differentiate between an array and a list?
What is the role of static keyword for a class member variable?
Explain the concept of memory leak?