Answer Posted / chethu
can somebody explain what is null class? i cudnt find any
thing abt it in net... pls explain with example
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
If dog is a friend of boy, is boy a friend of dog?
What are the 4 types of library?
What do you mean by inheritance in c++? Explain its types.
Are strings mutable in 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.
Differentiate between an inspector and a mutator ?
Is java as fast as c++?
A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.
What is a sequence in c++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What do you mean by friend class & friend function in c++?
Can we use clrscr in c++?
What new()is different from malloc()?
What is the keyword auto for?
What is singleton pattern in c++?