tell me about yourself ?i want answer for frehers with
various exasmples?
Answer Posted / 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 |
Post New Answer View All Answers
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Is c# written in c++?
What is a tuple c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Can a constructor be private?
What is std :: endl?
What are the two types of polymorphism?
Why is "using namespace std;" considered bad practice?
What is the difference between interpreters and compilers?
What is a storage class used in c++?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What is prototype in c++ with example?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
what is Loop function? What are different types of Loops?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list