What is the difference between = and == in C?
Answer Posted / datta khilari
= operator is assignment operator
== is operator comparision two values
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is DlgProc?
program explaining feautures of c++
Is there a c++ certification?
What are the implicit member functions of class?
How to allocate memory dynamically for a reference?
Why c++ does not have finally?
How does c++ structure differ from c++ class?
What is a storage class? Mention the storage classes in c++.
What do you mean by inheritance in c++? Explain its types.
Explain friend class?
Difference between pointer to constant vs. Pointer constant
what is data abstraction in C++?
How a new operator differs from the operator new?