What is the difference between = and == in C?
Answer Posted / dee
=----->assignment
== --->comparision
| Is This Answer Correct ? | 169 Yes | 21 No |
Post New Answer View All Answers
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Is c++ primer good for beginners?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
We use library functions in the program, in what form they are provided to the program?
Is c++ a pure oop language?
What does return 0 do in c++?
What are put and get pointers?
What is the extension of c++?
Which is best c++ or java?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is a container class? What are the types of container classes in c++?
What is a multiset c++?
How is c++ used in the real world?
What is an arraylist c++?
Do you know what is overriding?