ALLInterview.com :: Home Page            
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
   
 
 Categories >> Software >> Programming Languages >> C++ >> OOPS       
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
What is the difference between the c++ & java?  2  643
What is a friend function & its advantage? TCS  2  1082
What is a friend function & its advantage? MIT  1  324
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.  0  304
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...  0  179
what's the basic's in dot net informatics  0  169
WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET  1  584
Why we are use # in begning of programme of c++.    2  516
Write on signed and unsigned integers and give three (3) examples each  1  307
what does exactly the linker do?  1  311
How to call a non virtual function in the derived class by using base class pointer HCL  3  1019
what are abstract classes and how they impliment , with example  2  521
what is the technical or oop name of object?  1  386
what is ns string? what is ns array?  1  239
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??  1  210
E-Mail New Answers        Answer Selected Questions        Post New OOPS Question
Prev    1    3   [4]    5  ... 7   ... 10   ... 13   ... 16   ... 19   ... 22   ... 25   ... 28   ... 31   ... 34   ... 37    Next
 
 
    STL Interview Questions     OOPS Interview Questions     C++ General Interview Questions
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
Write a program to reverse a string using recursive function? 231 TCS
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. 176  
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments. 403  
#include <string.h> #include <stdio.h> #include <stdlib.h> #include<conio.h> void insert(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); insert(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void insert(char *items, int count) { register int a, b; char t; for(a=1; a < count; ++a) { t = items[a]; for(b=a-1; (b >= 0) && (t < items[b]); b--) items[b+1] = items[b]; items[b+1] = t; } } design an algorithm for Insertion Sort 38  
Templates mean 133  
How Do you Code Composition and Aggregation in C++ ? 13488 IBM
what is graphics 151  
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me. 244  
write a programe to calculate the simple intrest and compund intrest using by function overlading 50  
what are the different types of qualifier in java? 204 TCS
Prepare me a program for the animation of train 259  
What is nutshell in programming language? 1619 Satyam
E-Mail New Answers        Answer Selected Questions
 
 
 
 
 
 


   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2012  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com