ALLInterview.com :: Home Page KalAajKal.com
 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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
 Categories  >>  Software  >>  Programming Languages  >>  C++       
 
  STL (45)   OOPS (186)   C++ General (222)
 
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
implement stack using stack.h headerfile functions Subex   1  186
write a program in c++ to implement stack using functions in header file stack.h Subex  1  233
Explain polymorphism? What r the types of polymorphism? pls give examples? HCL  2  1964
what is the difference b/w abstract and interface? Merrill-Lynch   1  1596
what is data Abstraction? and give example TCS   13  1726
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)  0  97
What is the Advantage of Interface over the Inheritance in OOPS?  2  1390
what is the difference between class and object?  4  934
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.  14  1086
What is the difference between const int *ptr and int const *ptr???  2  1096
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123  1  364
write a c++ program to find maximum of two numbers using inline functions.  1  855
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.  1  463
Please post the model question paper of hal?  1  328
what is abstract class ? when is used in real time ? give a exp  2  1137
E-Mail New Answers        Answer Selected Questions
 
 
Prev    1    5   [6]    7  ... 10   ... 13   ... 16   ... 19   ... 22   ... 25   ... 28   ... 31    Next
 
 
 C interview questions   C Interview Questions  C++ interview questions   C++ Interview Questions  VC++ interview questions   VC++ Interview Questions
 Delphi interview questions   Delphi Interview Questions  Programming Languages AllOther interview questions   Programming Languages AllOther Interview Questions
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
sir plz send me a set of questions that been frequently held in written examination during campus selection. 28  
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help? 20  
Contrast OOP and SOA. What are tenets of each? 136 Wipro
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html 58  
what is template and type convertion 11 TATA
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap? 39  
What is multithreading and what is its use?Whats are multithreading techniques used in C++? 66  
How can you force instantiation of a template? 133 ABC
Write a program to demonstrate the use of 'Composition' in C++ 68  
How the compilers arranges the various sections in the executable image? 160  
What are smart pointer? Whats its use? 48 CTS
how can i access a direct (absolute, not the offset) memory address? here is what i tried: wrote a program that ask's for an address from the user, creates a FAR pointer to that adress and shows it. then the user can increment/decrement the value in that address by pressing p(inc+) and m(dec-). NOW, i compiled that program and opened it twice (in 2 different windows) and gave twice the same address to it. now look what happen - if i change the value in one "window" of the program, it DOES NOT change in the other! even if they point to the same address in the memory! here is the code snippet: //------------------------------------------------------ #include <stdio.h> //INCLUDE EVERY KNOWN HEADER FILE #include <conio.h> //FOR ANY CASE... #include <iostream.h> #include <dos.h> #include <process.h> main() { int far *ptr; //FAR POINTER!!! long address; char key=0; //A KEY FROM THE KEYBOARD int temp=0; clrscr(); cout<<"Enter Address:"; cin>>hex>>address; //GETS THE ADDRESS clrscr(); (long)ptr=address; temp=*ptr; //PUTS THE ADDRESS IN THE PTR cout<<"["<<hex<<(unsigned long)ptr<<"]="<<*ptr<<" = "<< (char)(*ptr); //SHOWS: [address]=value=ASCII symbol. while (key!=27) //WHILE YOU DONT PRESS ESC. { while(!kbhit()) //WHILE KEY IS NOT PRESSED { if (temp!=*ptr) { temp=*ptr; clrscr(); cout<<"["<<hex<< (unsigned long)ptr<<"]="<<*ptr<<" = "<<(char)(*ptr); }; //IF THE VALUE HAS CHANGED, CLEAR THE SCREEN AND SHOW //AGAIN if (key=='p') {key=0; (*ptr)++; } //INCREMENT VALUE if (key=='m') {key=0; (*ptr)--; } //DEC. VALUE }; key=getch(); //IF A KEY IS PRESSED, READ IT FROM THE //KEYBOARD }; return 0; //IF ESC WAS THE KEY, EXIT THE PROGRAM } //--------------------------------------------------------- 38  
What are raw sockets, where they are efficient? 59 Symphony
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’. 32 TCS
Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts 58  
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required) 97  
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup. 58  
When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference? 73 Microsoft
Explain when u will use Observer pattern and how u will implement in c++ . 17  
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me. 37  
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 © 2007  ALLInterview.com.  All Rights Reserved.

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