Code Snippets Interview Questions
Questions Answers Views Company eMail

write a code to generate pseudorandom numbes

ABC,

1775

code to set the main window's size

1696

code to calculate the number of days between two dates

2 9736

program to bring a window to the front

1555

code to keep a page Out of the browser history

1645

create Drop-Down Navigation Menus

TCS,

1695

Reading which Character Key was pressed

1 3336

how to prevent an Event from performing its default behavior

CAE,

1870

how to copy form data between different pages

1661

maximizing the main window

1624

how to delay a function call ?

1 2891

code to get the coordinates of a Click Event

1730

How to encode and decode URL strings?

TCS,

1782

determine which Element received an Event

1891

How to test whether two strings are equal or not ?

1 4340


Un-Answered Questions { Code Snippets }

maximizing the main window

1624


write a function that reverse the elements of an array in place.The function must accept only one pointer value and return void.

3938


program for straight line(y=mx+c)

5534


Write a function that takes an unsorted integer array, and returns a three element subset whose sum is zero.

1227


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.

4192






Can we run Applet in Web browser with security policy files

2070


ArrayList declaration in .net

2733


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

2382


How do you set a global variable inside a function?

452


program to show a progress bar

2117


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: