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

How can manage theme in php?

2434

What is used of phpinfo() function in php?

1 4087

can we declare an object of a class in another class?(assume both class as public classes)

Microsoft,

1 5191

what is the code of the output of print the 10 fibonacci number series

2 5154

How many frameworks are in php?

1 3900

What is difference between ksort and krsort in php?

1 5886

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 7839

why the range of an unsigned integer is double almost than the signed integer.

1 4499

how 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

2544

utility used to obtain inform regarding the optimizes choice of access strategy for SQL stmts

1 3636

hi 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 4427

How can call any javascript function without saying onclick, onchange, onblur etc events in php?

NIIT,

4579

How can you relate the function with the structure? Explain with an appropriate example.

3472

What is meant by 404 errors in php?

NIIT,

2 5824

What is 301 redirects in php? When are we used 301 redirects in our projects?

NIIT,

2427


Un-Answered Questions { Code Snippets }

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

2904


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; }

1053


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

2871


How to print sum of the numbers starting from 1 to 100?

808


Which tag is used to find the version of XML and the syntax?

657


How a web page can communicate with a web server while a user type characters in an input field.

1060


program for straight line(y=mx+c)

6028


What is 301 redirects in php? When are we used 301 redirects in our projects?

2427


how to write a program that opens a file and display in reverse order?

3077


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)

2148


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,

2122


snippet to prevent submission of form when certain/any validations got failed

1932


How comment can be represented in XML?

560


Write a Program to find the reverse of a given number.

845


Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange

3381