What things would you remember while making an interface?
No Answer is Posted For this Question
Be the First to Post Answer
What is using namespace std in c++?
What is volatile and pragma? When they are used?
What is c++ flowchart?
Which software is best for programming?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
What are the 3 levels of programming languages?
What is void pointer in c++ with example?
What is a literal in c++?
What do you mean by abstraction. Explain your answer?
What's the order in which the local objects are destructed?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.