What are the data types in c++?
No Answer is Posted For this Question
Be the First to Post Answer
1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.
Write some differences between an external iterator and an internal iterator?
What is a smart pointer?
What do you mean by translation unit in c++?
what is c++
What is else syntax in c++?
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
What is the difference between multiple and multilevel inheritance in c++?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What are the defining traits of an object-oriented language?
Why do we need constructors in c++?
Floating point representation and output seems to be compiler dependent?