What is a static element?
No Answer is Posted For this Question
Be the First to Post Answer
Will this c++ program execute or not?
Can we use resume in error handling i.e. in the catch block
What are abstract data types in c++?
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.
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is a set in c++?
What is endl?
How to implement flags?
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
which is the easy way to divide any integer by 2?
Define what is constructor?
What are smart pointers?