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...



Programming Languages Interview Questions
Questions Answers Views Company eMail

What is a C array and illustrate the how is it different from a list.

Amazon,

1 1754

What is the time and space complexities of merge sort and when is it preferred over quick sort?

Amazon,

1096

Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

Amazon,

1112

Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?

Amazon,

1067

Explain what is OOPS and its concepts?

BirlaSoft,

1141

Where do we need Operator overloading?

BirlaSoft,

1132

Write a program to reverse a number?

BirlaSoft,

1200

Write a program to find duplicate number from array in minimum time complexity.

Genpact,

1087

Write a program to show polymorphism.

Genpact,

1136

Explain encapsulation in C++.

Verifone,

1018

What is the merger sort principle and its time complexity.

Verifone,

1170

Explain with examples any 2 features of OOPS.

Tavant Technologies, Verifone,

1136

Differentiate between a structure and a union.

Zensar,

1304

Write a program to swap the content of two variables without using a third variable.

Zensar,

1079

Explain that why C is procedural?

Maveric, Verifone,

1154


Un-Answered Questions { Programming Languages }

What companies use wordpress?

149


How do I register comctl32 ocx?

672


What is the difference between val and var in Scala?

7


Do you need python to run a python program?

859


Who created the Python programming language?

923


Are there any problems with performing mathematical operations on different variable types?

1056


Difference between javascript ajax request vs jquery $.ajax?

171


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

1167


What should one use for plugin development — custom post types or custom database tables?

163


What do the locks mean? How do I get rid of them?

93


What are multiple inheritances (virtual inheritance)?

1071


how do u handle table control inbdc explain the process in steps iwant the answer in urgent please forward this even i know how to explain there

2244


Explain enumerated types in c language?

1066


How to Get property information ?

1876


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2769