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



Code Snippets Interview Questions
Questions Answers Views Company eMail

How do you write a program which produces its own source code as its output?

7 18906

how to check whether a linked list is circular.

Microsoft,

11 63847

Write out a function that prints out all the permutations of a string. For example, abc would give you abc, acb, bac, bca, cab, cba. You can assume that all the characters will be unique.

IITR, Microsoft, Nike,

5 22904

Write a prog to accept a given string in any order and flash error if any of the character is different. For example : If abc is the input then abc, bca, cba, cab bac are acceptable, but aac or bcd are unacceptable.

Amazon, Microsoft,

5 15413

How to add checkbox to datagrid?

5 16632

Program to find the largest sum of contiguous integers in the array. O(n)

11 40174

how to Scroll a DIV content

SoftSquare,

2582

how to create Expandable and Collapsible Menus

3248

how to determine which Mouse Button was pressed

1 3254

create a slide show

Genpact,

1 4704

code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc

HCL,

2171

code to images to rollover

2376

code to create a new window

2186

write a code that user can choose/alter Body Text Size

2042

code to Hide and Show form controls

2313


Un-Answered Questions { Code Snippets }

Can I replace HTML with XML?

588


How can manage theme in php?

2427


What is data _null_? ,Explain with code when u need to use it in data step programming ?

3364


Devise a program to implement the Fibonacci sequence.

929


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2527


What is the functionality of EnumWindows?

556


How can restrict user to type upto 8 characters in textbox in php?

1959


Write a python program to find the second largest number in a list?

914


Write a code snippet to display an integer in a binary format?

848


Write a python program to count the number of digits in a number?

891


how to use the GetTickCount() properly and what is that procedure for?

3164


What output does this program generate as shown? Why? class A { A() { cout << "A::A()" << endl; } ~A() { cout << "A::~A()" << endl; throw "A::exception"; } }; class B { B() { cout << "B::B()" << endl; throw "B::exception"; } ~B() { cout << "B::~B()"; } }; int main(int, char**) { try { cout << "Entering try...catch block" << endl; A objectA; B objectB; cout << "Exiting try...catch block" << endl; } catch (char* ex) { cout << ex << endl; } return 0; }

1047


write a c program which takes 20 numbers in an array as input from user and rearrange them in two different array defining even or odd

3115


Write a Program to find the sum of digits of a given number until the sum becomes a single digit.

871


How to get one hasmap value in another hashmap ,only value not key

1500