C++ Programming and Technical General Ability General Knowledge

program to code electric bill where first 100 unit would cost 50 rupee and next 200 would cost 500 an over 300 would cost 5000 rupee

Read Solution (Total 2)

C++ Other Question

Which one of the following is true about the static keyword :-
[1] variable declared as static is shared by all
the objects of the class.
[2] variable declared as static is not shared
by all the objects of the class.
[3] It can't be used as data member of class.
[4] None
.
Write a program that will take a number in string format and convert it and print it in integer format.