Code Snippets Interview Questions
Questions Answers Views Company eMail

Write a python program to check if a number is a strong number?

439

What is the output, suppose list1 is [1, 3, 2], what is list1 * 2 ?

937

Write a python program to check if a number is a prime number?

466

Write a python program to check if a number is a perfect number?

500

Write a python program to print table of a given number?

460

Write a python program to check if a number is an armstrong number?

463

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

479

Write a python program to check if a string is a palindrome or not?

494

How do you set a global variable inside a function?

452

Write a program to find sum of the digits of a number in python?

483

Write a python program to count the number of vowels in a string?

495

Write a python program to check if a number is a palindrome or not?

445

Can you write a program to find the average of numbers in a list in python?

465

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

495

int a=1; printf("%d %d %d",a++,a++,a); need o/p in 'c' and what explanation too

1 1162


Un-Answered Questions { Code Snippets }

Discuss an algorithm to traverse a tree, depth first.

1221


what is the structure of xml document ?

338


program to show a progress bar

2124


How to find No of classes,Packages,No of Methods per Classes and Depth of Inheritance for selecting source code in windows form application using c# .net? (Source code is input Program. It may be Java or .net) Please help me..) Thanks..)

2225


How to check if Folder is a Special Shell Folder ?

490






write a program to input a natural number less than and display it in words.test your program on the sample data and some random data sample input= 29 sample output= Twenty nine sample input=17001 sample output= out of range sample input=119 sample output =one hundred and nineteen sample input=500 sample output=five hundred

3462


How to Split Strings with Regex in Managed C++ Applications?

3112


Code for Method of Handling Factorials of Any Size?

1998


In LSMW , what does the following error mean and how to rectify it : Incorrect interface data for set 78 in method C . This error is occuring in idoc processing step of LSMW.

2127


1.Why does only one copy of a servlet object get created? What happens if you want to remove an old servlet object currently running but do not want to stop the entire servlet engine? 2.How does one servlet object deal with interactions from many browser? (e.g. if your servlet ran an email site, how can it keep track of hundreds of users logging in, reading their mail, etc.)

2376


write a program that creates a sequenced array of numbers starting with 1 and alternately add 1 and then 2 to create the text number in the series , as shown below. 1,33,4,6,7,9,............147,148,150 Then , using a binary search , searches the array 100 times using randomly generated targets in the range of 1 to 150

3262


Write a function that takes an unsorted integer array, and returns a three element subset whose sum is zero.

1238


Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.

537


Code for Easily Using Hash Table?

2383


How to print sum of the numbers starting from 1 to 100?

436