what are the decision making statements in C++? Explain if statement with an example?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is helper in c++?

0 Answers  


What is the difference between reference type and pointers.

4 Answers   HCL,


Write a program which employs Recursion

0 Answers  


Is map sorted c++?

0 Answers  


Explain the benefits of proper inheritance.

0 Answers  






What is the use of dot in c++?

0 Answers  


Does c++ have foreach?

0 Answers  


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

0 Answers  


How do you flush std cout?

0 Answers  


write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX

1 Answers  


diff between pointer and reference in c++?

1 Answers  


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


Categories