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 7839how 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
2544utility used to obtain inform regarding the optimizes choice of access strategy for SQL stmts
1 3636hi 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 4427How can call any javascript function without saying onclick, onchange, onblur etc events in php?
NIIT,
4579
write a function that allocates memory for a single data type passed as a parameter.the function uses the new operator and return a pointer to the allocated memory.the function must catch and handle any exception during allocation
What output does this program generate as shown? Why? class A { A() { cout << "A::A()" << endl; } ~A() { cout << "A::~A()" << endl; throw "A::exception"; } }; class B { B() { cout << "B::B()" << endl; throw "B::exception"; } ~B() { cout << "B::~B()"; } }; int main(int, char**) { try { cout << "Entering try...catch block" << endl; A objectA; B objectB; cout << "Exiting try...catch block" << endl; } catch (char* ex) { cout << ex << endl; } return 0; }
plz send code for Ecorps in j2ee frontend:J2EE Backend: DB2 Express
How to print sum of the numbers starting from 1 to 100?
Which tag is used to find the version of XML and the syntax?
How a web page can communicate with a web server while a user type characters in an input field.
program for straight line(y=mx+c)
What is 301 redirects in php? When are we used 301 redirects in our projects?
how to write a program that opens a file and display in reverse order?
design a class car having variables model, yr_of_manufacture, owner,reg_no. Design methods for assigning the values, Printing the values( you decide gui,control, any other methods if require)
Dear sirs, Hi, I would like to inform you that I want to perform a project using MLP neural network to recognize binary images containing three types of geometric shapes such as squares,rectangels and circles. Furthermore,each image includes only one geometric type. The output of network would be: '1' if the network detects square shape. '2' if the network detects rectangle shape. '3' if the network detects circle shape. '4' if none of these shapes detected. Would you please send me a matlab source code for this project? Your prompt reply would be so appreciated. regards,
snippet to prevent submission of form when certain/any validations got failed
How comment can be represented in XML?
Write a Program to find the reverse of a given number.
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange