What is the difference between = and == in C?
Answer Posted / varsha vilas kalebag
== assignment operator
= equal to
| Is This Answer Correct ? | 8 Yes | 17 No |
Post New Answer View All Answers
What is the difference between strcpy() and strncpy()?
Is oops and c++ same?
Explain about vectors in c ++?
What is vector pair in c++?
When should we use multiple inheritance?
How are pointers type-cast?
Why is c++ so fast?
What are the two types of comments?
What are c++ files?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What is friend class in c++ with example?
How does list r; differs from list r();?
What is the error in the code below and how should it be corrected?
Why c++ is the best language?
How the keyword struct is different from the keyword class in c++?