Results 31 - 45 of about 17197 sawaal for "function"
Hi How to use Function Keys more smartly in MS Word.Do you like to use Words function keys F1, F2, etc., but find it difficult to remember what each one does? By Displaying function key toolbar in the window you dont need to remember the function keys, to display the toolbar follow the steps :To begin, we need to open the Customize window. Tools menu, Customize choice or right click on any toolbar
Posted in
Computers & Technology by Santhosh at 7:10 PM on October 02, 2008
An array may be sorted using the Visual Basic Array.Sort function. The Array.Sort function accepts an array as a parameter and sorts the elements in the array into alphabetical order.In the following.Reverse function may be used to reverse the order of elements in an array. it is particularly useful to call this function after calling the Array.Sort function to sort elements into reverse order:Dim str
Posted in
Computers & Technology by Rakesh Singh at 9:36 PM on June 14, 2008
Constructor - a special member function for automatically creating an instance of a class. This function has the same name as the class.Method - The means by which an object receives and responds to a particular kind of message. In C, a method is a member function...The difference between constructor and method are given below-A constructor is a member function of a class that is used to create
Posted in
Computers & Technology by rocky singh at 5:23 AM on June 22, 2008
A destructor can be virtual as it is possible as at runtime depending on the type of object baller is balling to , proper destructor will be called.If your class has at least one virtual function will be invoked during deletion of the dynamic object.like the constructor, is an exceptional function, it is possible for thedestructor to be virtual because the object already knows what type it is whereas
Posted in
Computers & Technology by Aryan Gusain at 7:51 PM on July 11, 2008
hi blogger the mysqlfetcharray function returns an associative array, but it also returns FALSE if there are no more rows to return! Using a PHP While Loop we can use this information to our each time the while loop checks its conditional statement.2. When there are no more rows the function will return FALSE causing the while loop to stop!mysqlfetcharray is actually a PHP function
Posted in
Computers & Technology by blogger01 at 12:54 PM on May 23, 2008
Function Keys is a Windows 95/98/NT utility that allows you Map your function keys to any type of text or user defined macros that you wish. It is a great utility to store commonly used phrases, standard email replies, email address, or even create useful macros like setting F1 to Ctrl V so you can paste with one key stroke.To define...a function key first set the Modifier Key to None, Ctrl, or Shift
Posted in
Computers & Technology by Ram Jain at 2:48 AM on August 25, 2008
Here we define mysqlfetchrowmethod with examples are given below-The mysqlfetchrow function returns a row from a recordset as a numeric array.This function gets a row from the mysqlquery function and returns an array on success, or FALSE on failure or when there are no more rows.Syntax:mysqlfetchrowd ataTips and Notes:Note: After the data is retrieved, this function moves to the next row
Posted in
Computers & Technology by blogger01 at 12:54 PM on May 23, 2008
pointer value. Therefore, the following fragments are perfectly legal: char p = 0;ifp != 0However, an argument being passed to a function is not necessarily recognizable as a pointer context, and the compiler may not be able to tell that an unadorned 0 means a null pointer. To generate a null pointer in a function call context, an explicit cast may be required, to force the 0 to be recognized as a
Posted in
Computers & Technology by Sidd at 12:17 AM on September 12, 2008
. Considerations caninclude :We can consider from 3 views: QA, Customer, DeveloperQA:1. Which functionality is most important to the projects intended purpose?2. Which functionality has the largest safety impact?3 easily cover multiple functionalities?9. Which tests will have the best high-risk-coverage to time-required ratio?Customer:10. Which functionality is most visible to the user?11. Which functionality has
Posted in
Computers & Technology by Manokamana at 7:51 PM on August 13, 2008
hi dear..There are many types of programming and they are classified in this two categories.Object oriented: In this more importance should be given to class not to function. And eg. C , JAVA, C etcProcedural Oriented: In ths more importance is given to function. e.g C....Computer programs also software programs, or just programs are instructions for a computer. A computer requires programs to function
Posted in
Computers & Technology by SuJiT DaS at 11:32 PM on August 16, 2008
in shorta function declared as private is accessible within same form/module/class. In other words, a private function cant be called from other form/module/classbut a public function can...A Private function or sub program can only be executed by the module it is in module as in a Form, MDI Form or BAS Module. As an example, a Private function in Form1 could not be executed from code in Form2. A Public
Posted in
Computers & Technology by Rakesh Singh at 6:49 PM on April 28, 2008
. Testing without knowledge of the internal workings of the item being tested. Tests are usually functional. COMPATIBILITY TESTING. Testing to ensure compatibility of an application or Web site with different browsers, OSs, and hardware platforms. Compatibility testing can be performed manually or can be driven by an automated functional or regression test suite. CONFORMANCE TESTING. Verifying
Posted in
Computers & Technology by kokila vani at 7:28 PM on September 12, 2008
large installation with millions of objects though not easily [3...].Active Directory was previewed in 1996, released first with Windows 2000 Server edition, and revised to extend functionality and improve distributionfor more inf check source http://en.wikipedia.org/wiki/Active Directory...hi thereAn active directory sometimes referred to as an AD does a variety of functions including the ability to provide
Posted in
Computers & Technology by Devjit .. at 6:11 AM on June 27, 2008
well, The mysqlfetchrow function returns a row from a recordset as a numeric array.This function gets a row from the mysqlquery function and returns an array on success, or FALSE on failure or when;?>...well Sharad,The mysqlfetchrow function returns a row from a recordset as a numeric array.This function gets a row from the mysqlquery function and returns an array on success, or FALSE on failure or when
Posted in
Computers & Technology by Sharad Singh at 9:11 PM on May 15, 2008
unction points and feature points are methods of estimating the amount of functionality required for a program, and are thus used to estimate project completion time. The basic idea involves counting inputs, outputs, and other features of a description of functionality...Function points are a measure of the size of computer applications and the projects that build them. The size is measured from a
Posted in
Computers & Technology by nilisha at 5:21 PM on November 06, 2007