plz send me National informatics center paper pattern
What is difference between array and vector in c++?
Why c++ is not a pure oop language?
Which bit wise operator is suitable for putting on a particular bit in a number?
What is private, public and protected inheritance?
A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.
Write about an iterator class?
What is static class data?
what is upcasting in C++?
What would happen on forgetting [], while deallocating an array through new?
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring
Why is c++ not purely object oriented?
What is the difference between c++ and turbo c++?