What happens when you make call 'delete this;'?


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

Post New Answer

More C++ General Interview Questions

Q1 On the screen how do you write the following words? she sells seashells by the seashore (a) all in one line (b) in three lines Q2 Write a program that asks interactively the user’s name and age and responds with Hello name, next year you will be next_age. where next_age is age + 1 Q3 For the different values of n, what is the output? printf(“%x %c %o %d”,n,n,n,n); (a) n = 67 (b) n = 20 (c) n = 128 (d) n = 255 (e) n = 100 Q4 What will be the output of the following program? int main() { char a,b,c; scanf(“%c %c %c”,&a,&b,&c); printf(“a=%c b=%c c=%c”,a,b,c); return 0; } [Note: The user input is:ABC DEF GHI]

1 Answers  


Is swift a good first language?

0 Answers  


Explain stack unwinding.

0 Answers  


How the virtual functions maintain the call up?

0 Answers  


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

0 Answers   Telecom,






What are c++ storage classes?

0 Answers  


Why do we use constructor?

0 Answers  


What is a binary file? List the merits and demerits of the binary file usagein C++.

0 Answers  


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  


Write a program to reverse a linked list?

8 Answers   Catalytic Software, Satyam,


Explain what are single and multiple inheritances in c++?

0 Answers  


Ask to write virtual base class code?

0 Answers   Satyam,


Categories