Programming Code (840)
Scripts_Markup Code (257) int a = 10 + 10 .... ,... A = A * A What would be the value of A? The answer is 120!! Could anyone explain this to me.
Bosch, eInfochips, HCL, IHCL,
2 7815how to validation ajax in php with database actually i use here it give some time erroe so pls tell how to do right and second think is that textfeild phone number it accept only int value not charecter so tell me both and my code is that so check it then send after correction
2527utility used to obtain inform regarding the optimizes choice of access strategy for SQL stmts
1 3611hi sir actually i use now day's ajax but i m having problem my opinion i thing this code is right becuse i make code for my side validation with ajax in php so but it is not run complete i m posting my code pls confirm and clear my some mistake and return send me with informatiom what was error so next time i will be care fully so i m sending u but replay so quick because tomorrow i have to present it some where,frist one is index.php and second is show.php show.php is database connectivity for testing
1 4406How can call any javascript function without saying onclick, onchange, onblur etc events in php?
NIIT,
4559
Teta-Omeg-Big-Oh Show that f(n) = n2 + 3n3 is ;(n3).
what is the structure of xml document ?
what full form name of B.K.U.
U hv to enter a range from a and b and search hw many no. of times a pattern n. occurs between the range a and b. Eg :i/p:enter range :0 100 Enter pattern: 13 o/p: the no. times 13 occurred betwwn 0 to 100:1 Eg :i/p:enter range :100 1000 Enter pattern: 13 o/p: the no. times 13 occurred betwwn 100 to 1000: (in this 13,113,131,132,133…139,213,313,…913 all these will be counted)
What is the output, suppose list1 is [1, 3, 2], what is list1 * 2 ?
how to get the User's Time of Day
Given a N by N matrix of both negative and positive integers. Write an efficient algorithm to find the sub-matrix with the largest sum of all the contained elements.
What is an XML Schema?
Why XSLT is important for XML?
Can we run Applet in Web browser with security policy files
find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.
How to check if Folder is a Special Shell Folder ?
solve the problem in the programming language C++"if a five digit number is input through the keyboard.Write a program to calculate the sum of its digits(hint: use the modulus operator)
Write a python program to check if a number is an armstrong number?
Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.