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

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

868

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

1396

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

838

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

913

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

824

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

786

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

914

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

880

How do you set a global variable inside a function?

815

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

873

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

883

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

819

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

830

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

891

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

1 2072


Un-Answered Questions { Code Snippets }

how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.

2693


Performance Algorithm A performs 10n2 basic operations and algorithm B performs 300 lg n basic operations. For what value of n does algorithm B start to show its better performance?

7839


Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines

3550


write a program in java to solve a system of n-variabled simultaneous equations using the guassian elimination method. let the maximum possible value of n be 100. run the program using hypothetical values for a set of 10- variables simultaneous equations. print out the program, the input equation and the results generated by the program.

4789


How to Bind Nested XML to a Repeater Control with Container.DataItem?

3643


How to add flash or *.gif file in edit panel in java?

2290


What is SGML?

598


Develop a routine to reflect an object about an arbitrarily selected plane

3636


Write Down Steps Using SAX Parser

2641


I have a doubt regarding including tags in a function. I have written a function in javascript in a html page. The function got called by clicking a button, i want to display the results in same html page by placing tags in the function. (this hmtl page is static page) Is this possible? example: