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++ General Interview Questions
Questions Answers Views Company eMail

Implement strcmp

Bloomberg, Citadel,

3 9660

Implement strncpy

3 10147

how can u create a doubly linked list with out using pointers?

2 5499

Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..

3850

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 //INCLUDE EVERY KNOWN HEADER FILE #include //FOR ANY CASE... #include #include #include 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<<"["< 2423


why we cant create array of refrences

4 7739

what is difference between static and non-static variables

10 28422

What does '\r' and '\b' mean? Please explain with example.

7 34304

what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?

Honeywell,

2226

how to find the maximum of 10 numbers ?

5 12616

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?

1 3484

What is object slicing and how can we prevent it?

Tech Mahindra,

2 17360

What is multithreading and what is its use?Whats are multithreading techniques used in C++?

1 4491

What is a mutex and a critical section.Whats difference between them?How do each of them work?

CTS,

4 13454

What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same

CTS,

3 8332


Post New C++ General Questions

Un-Answered Questions { C++ General }

Is c++ harder than java?

1071


How would you find out if a linked-list is a cycle or not?

1009


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

2315


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

1079


What is the output of the following program? Why?

1146


What does std :: flush do?

1136


What is virtual function? Explain with an example

1100


Explain terminate() function?

1054


What do you mean by function pointer?

1114


Why the usage of pointers in C++ is not recommended ?

1454


When we use Abstract Class and when we use Interface?where we will implement in real time?

2185


What is a modifier in c++?

1155


what are the iterator and generic algorithms.

2170


Explain the difference between new() and malloc() in c++?

1131


What is fflush c++?

1025