What is else syntax in c++?


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

Post New Answer

More C++ General Interview Questions

What will happen if a pointer is deleted twice?

0 Answers   Agilent, HAL,


What character terminates all character array strings a) b) . c) END

0 Answers  


Which function should be used to free the memory allocated by calloc()?

0 Answers  


What do c++ programmers do?

0 Answers  


List the issue that the auto_ptr object handles?

0 Answers  






Why do we use pointers in c++?

0 Answers  


Where must the declaration of a friend function appear?

0 Answers  


What is prototype in c++ with example?

0 Answers  


what is the use of void main() in C++ language?

0 Answers  


What is fixed in c++?

0 Answers  


What is the main purpose of c++?

0 Answers  


Is there any problem with the following: char *a=NULL; char& p = *a;?

1 Answers  


Categories