Will the following program execute?


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

Post New Answer

More C++ General Interview Questions

Can member data be public?

0 Answers  


What is the Maximum Size that an Array can hold?

55 Answers   Adobe, FutureSoft, HCL, Infosys, Satyam, TCS, Wipro,


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

0 Answers  


How the delete operator differs from the delete[]operator?

0 Answers  


Explain operator overloading.

0 Answers  


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

0 Answers   Nucleus, TCS,


How many storage classes are available in C++?

1 Answers  


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

0 Answers  


What is linked list in c++?

0 Answers  


How to tokenize a string in c++?

0 Answers  


Why Pointers are not used in C++?

0 Answers   Global Logic,


Where can I run c++ program?

0 Answers  


Categories