Why u change company?
Answers were Sorted based on User's Feedback
Answer / kesavan j
To my intresting Technologies and flatform,and growth of my
knowledge
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / poorna chandar rao
hai i want change my environment and i want need learn to
other new technology
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / arun
For the Domin change & to change the work environment.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nitin
for working in a better environment and learning new .
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sachin shinde
you are a good company, i would like to learn new
technologies & new domain. Better careen opportunities
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / kesavan j
to my intersted technology then change to company.
| Is This Answer Correct ? | 2 Yes | 6 No |
#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }
What is oops and why we use oops?
What is a friend function & its advantage?
what is the main difference between sizeof() operator in c and c++
What is abstraction in oop with example?
What are properties in oop?
1. Strong name 2. how to prevent a class from being inherited 3. delegates 4. default modifier for interface 5. default modifier for class 6. base class for exception 7. diff bet trigger and view in sql 8. how to exchange values from one page to another page 9. can multiple catch block ll be executed at same time 10. can u store different data types in an array & array list 11. when we ll use trigger 12. try,catch,finally usage
What is object in oop?
What is abstrac class?where is it use?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is virtual destructor? Why?
3 Answers Agile Software, College School Exams Tests, CSC,
How to overload new operator in c++