What are signs of manipulation?


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

Post New Answer

More C++ General Interview Questions

Why do we learn c++?

0 Answers  


What are the static members and static member functions?

1 Answers  


What is the full form nasa?

0 Answers  


What are dynamic type checking?

0 Answers  


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  






How many types of modularization are there in c++?

0 Answers  


what are the iterator and generic algorithms.

0 Answers  


What is friend class in c++ with example?

0 Answers  


Write a recursive program to calculate factorial in c++.

0 Answers  


Can we have "Virtual Constructors"?

10 Answers   TCS,


Explain data encapsulation?

0 Answers  


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


Categories