What is the difference between = and == in C?
Answer Posted / srabani
= it is used to assign a variable
== it is used to comparison of vale
| Is This Answer Correct ? | 56 Yes | 10 No |
Post New Answer View All Answers
What is the use of pointer in c++ with example?
Does c++ have foreach?
Which function should be used to free the memory allocated by calloc()?
List the merits and demerits of declaring a nested class in C++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is buffer and example?
What is the latest version on c++?
What is a pointer with example?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is array give example?
What is the use of this pointer in c++?
How does the copy constructor differ from the assignment operator (=)?
What is a set in c++?
When does a name clash occur in c++?
What are the advantages of inheritance in c++?