Programming Code (840)
Scripts_Markup Code (257)
1+1/2!+1/3!+...+1/n!
what is main difference between array_push and array_pop?
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?
How can I include conditional statements in XML?
Coding for .NET Delegates?
What is XSNL?
what does mbln in mblnrects mean? my boolean?
What is the output, suppose list1 is [1, 3, 2], what is list1 * 2 ?
Given a table of the form: Product Sold on A 1/1/1980 B 1/1/1980 C 1/1/1980 A 1/1/1980 B 1/1/1980 C 2/1/1980 A 2/1/1980 There are 30 products and 10,000 records of such type. Also the month period during which sales happened is given to u. Write the program to display the result as: Product Month No. of copies A January 12 A February 15 A March 27 B January 54 B February 15 B March 10 C January 37
What is the coding about how to recognize color in fuzzy logic using Matlab R2009b?
Create a Menu that can be activated while clicking on Right Mouse button
Write a Program to find the sum of digits of a given number until the sum becomes a single digit.
how to insert fname,lname,designation values into database while click on the submit button using windows authentication mode?
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.
how to diplay a external image of output on winxp by using c & c++,