What is basic if statement syntax?


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

Post New Answer

More C++ General Interview Questions

What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack

0 Answers  


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


3- Write a program to find larger and smaller of the two numbers.

4 Answers   Luminous,


What are the popular tools used to detect memory leaks in c++

4 Answers   TATA,


Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";

7 Answers   CTS,






Explain the isa and hasa class relationships. How would you implement each?

0 Answers  


What does '\r' and '\b' mean? Please explain with example.

7 Answers  


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

0 Answers  


What is java and c++?

0 Answers  


Why do we need c++?

0 Answers  


What does new do in c++?

0 Answers  


What are the implicit member functions of class?

0 Answers  


Categories