Programming Languages Interview Questions
Questions Answers Views Company eMail

What is Advantage and Use of THIS pointer in C++ – Scenarios?

302

C++ Public access specifier instead of Private – What is bad ?

406

Is there a difference between class and struct?

483

How many times will this loop execute? Explain your answer.

374

How can a C function be called in a C++ program?

320

C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.

384

What is a built-in function?

1 572

What is the difference between global int and static int declaration?

403

Difference between const char* p and char const* p?

1 801

Specify different types of decision control statements?

352

Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

331

Check for Balanced Parentheses using Stack?

1 553

What is an Object/Instance?

1 558

What do you mean by C++ access specifiers ?

1 564

What are the basics concepts of OOPS?

1 519


Un-Answered Questions { Programming Languages }

How to Detect whether the PrintScreen key has been pressed ?

1504


What is a query give example?

521


Which drush commands you use while development?

115


How to create drush aliases ?

81


How do I run a program in notepad ++?

596






What is hashable?

1


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

600


How to turn on the session support in php?

526


Can I use .net components from com programs?

602


Define virtual constructor.

641


How to download and install php on windows?

601


What do you mean by python literals?

456


How can you handle multiple exception in python?

452


How to compare yii with other frameworks? Explain

3


What does *p++ do? What does it point to?

612