Explain what are mutator methods in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is operators in c++?
How do pointers work?
What is realloc() and free()? What is difference between them?
Why do we use string in c++?
How is memory managed in C++?
What is class and structure in c++?
Does std endl flush?
What is a manipulator in c++?
Does improper inheritance have a potential to wreck a project?
Can manipulators fall in love?
pls help.. paper bills.. 1000, 500, 100, 50, 20, 10, 5, 1.. create a program that will count all the paper bills in the number being input.. example: enter a number: 3886 there is/are: 3 ->1000 1 ->500 3 ->100 1 ->50 1 ->20 1 ->10 1 ->5 1 ->1 example2: enter a number: 728 there is/are: 0 ->1000 1 ->500 2 ->100 0 ->50 1 ->20 0 ->10 1 ->5 3 ->1
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.