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 latest version on c++?
What is public, protected, private in c++?
What is static class data?
Is linux written in c or c++?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
What is the main use of c++?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
Can I learn c++ in a week?
If dog is a friend of boy, is boy a friend of dog?
Define linked lists with the help of an example.
What is an overflow error?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Which is best c++ or java?
Which programming language should I learn first?
Can you write a function similar to printf()?