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
Why c++ is faster than java?
What is data structure in c++?
What is a class template?
What is atoi in c++?
Explain mutable storage class specifier.
What's c++ used for?
Do class declarations end with a semicolon?
Write about the access privileges in c++ and also mention about its default access level?
write a programme to get a character and thier ASCII value
When do we run a shell in the unix system?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What is class invariant in c++?
How will you call C functions from C ++ and vice-versa?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Define friend function.