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 |
What is null and void pointer?
Explain what data encapsulation is in c++?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What is the latest c++ version?
What is c++ map?
What is a node class?
How can virtual functions in c++ be implemented?
Which operations are permitted on pointers?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
Is ca high or low level language?
What is the difference between multiple and multilevel inheritance in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor