Why did you leave your last job?
Answers were Sorted based on User's Feedback
Answer / debjani chakraborty
I think,that was not as prospective to enhance & chanelise
my inner skills and efforts.Actually,I think myself lucky
as getting involved in some challenging job but the last
one was not that sort of job.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / deepak
I want grow in my future, in my last job there was no
challenging work & no future.so i leave job
Deepak S. Kachhwah
Dabouli, Ratanlal Nagar, Kanpur
M-09936506380
| Is This Answer Correct ? | 2 Yes | 0 No |
Can we distribute function templates and class templates in object libraries?
Who calls main function?
class Alpha { public: char data[10000]; Alpha(); ~Alpha(); }; class Beta { public: Beta() { n = 0; } void FillData(Alpha a); private: int n; }; How do you make the above sample code more efficient? a) If possible, make the constructor for Beta private to reduce the overhead of public constructors. b) Change the return type in FillData to int to negate the implicit return conversion from "int" to "void". c) Make the destructor for Alpha virtual. d) Make the constructor for Alpha virtual. e) Pass a const reference to Alpha in FillData
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What jobs can you get with a c++ certification?
program explaining feautures of c++
Explain virtual class?
What do you mean by early binding?
Which operator cannot be overloaded c++?
What does flush do?
Do you know what are static and dynamic type checking?
What is OOPs