C++ General Interview Questions
Questions Answers Views Company eMail

write a C++ programming :if the no is between 32 to 50 it will be odd.

NIIT,

3 5311

I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

1575

Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".

ABC, Accenture, DataLand, HCL, Webyog,

2 8479

why c++ is not called strictly d super set of c?

Satyam,

3 6493

what is the basic concept of c++(object oriented programing)

Wipro,

4 5836

how to connect with oracle 9i with server in socket program in c/c++

3i Infotech,

1841

what are the iterator and generic algorithms.

1451

what are the iterator and generic algorithms.

1475

what are the iterator and generic algorithms.

1680

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

Luminous,

4 7962

check whether a no is prime or not.

TCS,

3 4788

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

TCS,

3421

Badboy is defined who has ALL the following properties: 1. Does not have a girlfriend and is not married. 2. He is not more than 23 years old. 3. The middle name should be "Singh" 4. The last name should have more than 4 characters. 5. The character 'a' should appear in the last name at least two times. 6. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1 3410

what is c++

1787

Array base access faster or pointer base access is faster?

1807


Post New C++ General Questions

Un-Answered Questions { C++ General }

Search for: what is pair in c++?

576


How to tokenize a string in c++?

594


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

595


What is the role of C++ shorthand's?

661


What are the various operations performed on stack?

619






why is iostream::eof inside a loop condition considered wrong?

585


How to access a variable of the structure?

577


what are the characteristics of Class Members in C++?

583


What are the types of array in c++?

608


How does list r; differs from list r();?

682


Are vectors passed by reference c++?

509


How much maximum can you allocate in a single call to malloc()?

625


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

599


What is c++ manipulator?

545


What are smart pointers?

664