tell me about yourself ?i want answer for frehers with
various exasmples?
Answer Posted / 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 |
Post New Answer View All Answers
Can create new c++ operators?
What is a class template in c++?
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.
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
How can you specify a class in C++?
Write a program to add three numbers in C++ utilizing classes.
How can we read/write Structures from/to data files?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
Define token in c++.
What are the defining traits of an object-oriented language?
What is a node class in c++?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What is the use of cmath in c++?
What is new in c++?
Explain polymorphism?