tell me about yourself ?i want answer for frehers with
various exasmples?
Answers were Sorted based on User's Feedback
Answer / sanish joseph
I am Sanish Joseph.I completed my B.TECH in NSS COLLEGE
PALAKKAD,Kerala in Electronics and Communication engineering.
After completing B_Tech I did ANIIT course from NIIT.In that
course I learned SQL,C++,J2SE,J2EE,VB.NET and ASP.NET.I did
my 10th and +2 in St.Thomas CHSS Thrissur.My hobbies are
drawing painting and listen to music.About my family ,my
parents are teachers and my brother is working in HCL as a
software Engineer.And I want to acquire a challenging
position where I can contribute my technical,logical and
software skills as a professional. dats al...
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / leo
I'm Leo.Now i'm undergoing MCA in St.joseph's
college,Trichy.My strengths r
Optimistic,Dedication,Teamwork,Respect others.My favourite
area is OOP's.And I did ONLINE SHARE MARKET as my mini
project in JSP(J2EE)platform.I'm a self motive person.I
was university football player in my UG.So that i mentioned
ealier that i'm a good teamworker.
Is This Answer Correct ? | 2 Yes | 3 No |
How to allocate memory dynamically for a reference?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Is c++ a software?
What are inline functions? What is the syntax for defining an inline function?
Explain shallow copy?
Is c++ map a hash table?
Are php strings immutable?
Define pure virtual function?
Does c++ have foreach?
catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;
What is general format for a prototype?
Write some differences between an external iterator and an internal iterator?