Hi friends
I have experience of 6 months in website design and
maintanence. Now i am looking for other IT jobs.. to switch
platform. please post any interview you know in chennai.
No Answer is Posted For this Question
Be the First to Post Answer
What is static modifier?
What are the components of marker interface?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Difference between over loading and over ridding?
12 Answers CTS, Patni, Softvision Solution,
to find out the minimum of two integer number of two different classes using friend function
This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Write a program to reverse a string using recursive function?
What is oop in simple words?
Definition of Object Oriented Programming in single line?
33 Answers Impact Systems, Q3 Technologies, TCS,
What is encapsulation process?
How to call a non virtual function in the derived class by using base class pointer