C++ Interview Questions
Questions Answers Views Company eMail

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.

6485

What is a friend function & its advantage?

MIT,

1 3732

What is a friend function & its advantage?

TCS,

2 13347

wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value

1 7348

what are the iterator and generic algorithms.

1461

what are the iterator and generic algorithms.

1481

what are the iterator and generic algorithms.

1687

What is the difference between the c++ & java?

2 3670

What is the difference between the C & C++?

HCL,

9 8241

Input: enter the value:1234 output: 1 2 3 4 write a program to get above output.....

Bally Technologies, IBM, SoftSol,

4 13824

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

NIIT,

1914

3- Write a program to find larger and smaller of the two numbers.

Luminous,

4 7990

check whether a no is prime or not.

TCS,

3 4816

Write an algorithm that determines whether or not an almost complete binary tree is a heap.

TCS,

3429

i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1835


Un-Answered Questions { C++ }

Describe Trees using C++ with an example.

604


Without using third variable write a code to swap two numbers.

543


What is difference between c++ and c ++ 14?

577


How can a called function determine the number of arguments that have been passed to it?

655


What is protected inheritance?

598






What is searching? Explain linear and binary search.

583


what are the realtime excercises in C++?

2333


What is difference between rand () and srand ()?

593


help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase

1885


Write a program to read the data and evaluate the results of the election. Print all output to the screen. Your output should specify: The total number of votes, the number of valid votes and the number of spoilt votes. The winner(s) of the election. Hint: An appropriate search should be used to determine the winner(s). The votes obtained by each candidate sorted in terms of the number of votes obtained. Hint: An appropriate sort should be used to sort the candidate(s). The Source code should be saved as VotingSystem. Project Input: Candidates’ Names and Numbers 2501 Victor Taylor 2502 Denise Duncan 2503 Kamal Ramdhan 2504 Michael Ali 2505 Anisa Sawh 2506 Carol Khan 2507 Gary Owen Votes 3 1 2 5 4 3 5 3 5 3 2 8 1 6 7 7 3 5 6 9 3 4 7 1 2 4 5 5 1 4 0 Project Output: Invalid vote: 8 Invalid vote: 9 Number of voters: 30 Number of valid votes: 28 Number of spoilt votes: 2 The winner(s): 2503 Kamal Ramdhan 2505 Anisa Sawh Candidate Score 2503 Kamal Ramdhan 6 2505 Anisa Sawh 6 2501 Victor Taylor 4 2504 Michael Ali 4 2502 Denise Duncan 3 2507 Gary Owen 3 2506 Carol Khan 2

2650


Where is atoi defined?

581


What is the type of 'this' pointer?

598


How do you clear a set in c++?

605


What is a class in oop?

601


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

622