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

Why is null pointer used?

1181

What is buffer and example?

1022

Why c++ is better than c language?

1024

How long will it take to learn programming?

1068

What does std :: flush do?

1146

What is array give example?

1061

What are the 3 levels of programming languages?

1056

What is c++ 11 and c++ 14?

1061

What is abstraction with real time example?

1161

Why c++ is faster than java?

1067

What are the types of pointer?

1106

What are disadvantages of pointers?

1043

What are the 4 types of library?

1187

What is difference between class and function?

1100

What is endl?

1163


Un-Answered Questions { C++ }

What are the different scope C++ provide ?

997


Can you explain polymorphism?

1120


What is encapsulation example?

1075


Explain the concept of dynamic allocation of memory?

1104


What's the order in which the objects in an array are destructed?

1421


program for insertion ,deletion,sorting in double link list

2696


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

1042


What is RTTI and why do you need it?

1075


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

6418


write a program that reads in a file and counts the number of lines, words, and characters. Your program should ask the user to input a filename. Open the file and report an error if the file does not exist or cannot be opened for some other reason. Then read in the contents of the file and count the number of lines, words, and characters in the file. Also print additional information about the file, such as the longest and shortest words, and longest and shortest lines. For simplicity, we define a word to be one or more characters ending with white space (a space, tab, carriage return, etc.). Functions for checking the types of characters can be found in the ctype.h header file, so you want to include this header file in your program. For example, the sentence below could be all that is in a file. This sentence IT 104 is taught in C++. has 32 characters, one line, and six words. The shortest line is 32 characters. The longest line is 32 characters. The shortest word is 2 characters. The longest word is 6 characters

5333


Define private, protected and public access control.

1133


What problems might the following macro bring to the application?

1059


What is srand c++?

1122


What is oops concept with example?

1042


Can circle be called an ellipse?

1082