Code Snippets Interview Questions
Questions Answers Views Company eMail

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

534

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

1059

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

559

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

603

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

553

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

534

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

558

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

581

How do you set a global variable inside a function?

523

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

560

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

576

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

516

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

534

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

576

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

1 1343


Un-Answered Questions { Code Snippets }

How to find the list of users who have two codes su01 and pfcg? thank in advance all.

1771


i don't know about working of nested for loop can any one help me

1902


program for straight line(y=mx+c)

5632


write a program to calculate the amount of investment after a period n years if the principal investors was p and interest is calculated using compound interest,formular=a=p(1+r)^n

2484


Is there any static classes are in java give some examples

1773






Given a string=”me,I,myself”; .Using javascript only create an array out of this string and then send a POST request to the url “record.php” without reloading the page. The post key parameters should be n1,n2 and n3 respectively.

2704


plz send code for Ecorps in j2ee frontend:J2EE Backend: DB2 Express

2476


How to export 2 datatables of a single dataset to 2 different worksheets of a single MSExcel file ?

2027


write a c program to input initial & final time in the format hh:mm and find the time intervel between them? Ex inputs are initial 06:30 final 00:05 and 23:22 final 22.30

2339


i really need help about this.. write a program to display the set of odd and even numbers separately. find the highest and lowest value of the given numbers.

2102


What are the advantages of XML DOM Document?

417


Write a function which accepts list of nouns as input parameter and return the same list in the plural form. Conditions: i) if last letter is r then append s ii) if word ends with y then replace it by ies iii) call this function in main() and produce the required output. for eg:- if chair is input it should give chairs as output.

4076


how to insert fname,lname,designation values into database while click on the submit button using windows authentication mode?

2263


c# code to Count number of 1's in a given range of integer (0 to n)

4452


Write a function to efficiently convert a floating point number to a rational number. For example, given 0.125 return "1/8"

1245