Write about the local class and mention its use?


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

Post New Answer

More C++ General Interview Questions

Should the member functions which are made public in the base class be hidden?

0 Answers  


what is static function

2 Answers   Patni,


When can I use a forward declaration?

0 Answers  


Explain what data encapsulation is in c++?

0 Answers  


how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds

0 Answers   Thought Works,






What is the difference between mutex and binary semaphore?

0 Answers  


What is data types c++?

0 Answers  


What are the benefits of oop in c++?

0 Answers  


What does it mean to declare a member variable as static?

0 Answers  


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  


Define pre-condition and post-condition to a member function in c++?

0 Answers  


Describe private, protected and public?

0 Answers  


Categories