Write a corrected statement in c++ so that the statement
will work properly. if (x = y) x = 2*z;
Answers were Sorted based on User's Feedback
What is object in c++ wikipedia?
what Is DCS ? what i will get benefit when i did?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
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.
Explain virtual class and friend class.
What is a container class?
What is meant by const_cast?
throw Can constructors exceptions?
Can a program run without main function?
Why #include is used?
Tell me what are static member functions?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster