Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



C++ Interview Questions
Questions Answers Views Company eMail

write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 21025

why & sign is used in copy constructor

4 8453

what is scupper?

2476

What are the popular tools used to detect memory leaks in c++

TATA,

4 7761

What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++

TCS,

1 4658

create a c++ program that will ask 10 numbers and display their sum using array.

1 4643

create a c++ program that will accepts 9 inputs using 3 by 3 array.

1 3364

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.

2178

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.

3136

namespace is working on which compiler?

3 5156

What is virtual Function.

Wipro,

1 4284

what is data hiding.

Wipro,

3 7219

What is memory leak and memory corruption?

TCS,

1 8176

What is sub classing in c++?

1 4061

difference between static and non-static variables?

2 5072


Un-Answered Questions { C++ }

What are the various access specifiers in c++?

1094


Describe the setting up of my member functions to avoid overriding by the derived class?

1197


What are compilers in c++?

1109


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

1339


What are c++ tokens?

1122


What do you mean by function overriding & function overloading in c++?

1278


Write a program to sort the number with different sorts in one program ??

2433


What are c++ manipulators?

1125


Why do we learn c++?

1033


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. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

2162


Why multiple inheritance is not possible?

1126


Define whitespace in C++.

1275


Write a recursive program to calculate factorial in c++.

1143


What does it mean when someone says I oop?

1128


Can we use this pointer inside static member function?

1118