Sign Up | Sign In
Ask Questions & Get Answers at ibibo sawaal

CAN YOU PLZ TELL ME THE IMPORTANCE & FUNCTION OF TALLY SOFTWARE? IN WHAT WAY IT CAN BE USE FOR ME FOR AN COSMETIC BUSINESS?  

Asked in Computers & Technology at 10:52 PM on October 18, 2008

Tags: importance amp function tally software cosmetic

Report abuse
Implore I
Implore I
Profile | Q&A

Related Search

 

what is Pointers and how to declared inline fuction

::FuncPtr;;void TestDifferent::FuncPtr ptr = &Different::InlineMember;ptr = &Different::VirtualMember;ptr = &Different::OrdinaryMember; You may be surprised to see me creating a pointer to an inline function function use an ordinary, non-member function pointer for that: void Fails Different::FuncPtr ptr = &Different::StaticMember;mike c different.cppdifferent.cpp: In function void Fails:different.cpp:24

Posted in Computers & Technology by shepherd at 2:17 PM on May 08, 2008

What is the difference between call by value, call by reference, call by address?

1 int x1,y1; int z1; z1=x1; x1=y1; y1=z1; printfx1=d y1=d,x1,y1; Here the value to function interchange is passed by value.Consider program2 main int x=50, y=70; interchange&x,&;y; printfx=d y=d,x,y; interchangex1,y1 int x1,y1; int z1; z1=x1; x1=y1; y1=z1; printfx=d y=d,x1,y1; Here the function is called by reference. In other words address is passed by using symbol & and the value

Posted in Computers & Technology by Radha at 11:58 PM on June 28, 2008

Can Any1 Provide me with the code for displaying amount in words.eg if amt is Rs10,000 then it should display Rupees one thousand only.I m using Visual basic

; multiplesoftendigit - 2 Handle the final digit.If num > 0 Thenresult &= " " & onetonineteennumEnd IfEnd IfReturn result.TrimEnd FunctionFunction NumberToString takes a number as a string input;= " " & onetonineteennumEnd IfEnd IfReturn result.TrimEnd FunctionFunction NumberToString takes a number as a string input and returns a string representation of the number. It takes the input

Posted in Computers & Technology by Himanshu at 7:32 PM on June 21, 2008

what is default argument?

badpointer = &f; // error, badpointer and f have // different types. badpointer must // be initialized with a pointer to // a function taking no arguments.For more infromation-http://publib.bo ulder badpointer = &f; // error, badpointer and f have // different types. badpointer must // be initialized with a pointer to // a function taking no arguments....In computer programming, a default argument

Posted in Computers & Technology by neha sandhu at 11:46 PM on October 06, 2008
Tags default

What is the difference between private function and public function? V.B.

of the derived class. This is illustrated in the following program:Imports SystemPublic Class Circle Public Radius As Double Public Function CalculateDiameter As Double Return Radius 2 End Function Public Radius As Double Private Function ShowDescription Return "A circle is a round geometric shape constructed " & "so that all considered points of the shape are " & "

Posted in Computers & Technology by Rakesh Singh at 6:49 PM on April 28, 2008

Logic about noise effect add & remove which is known as dithering & not dithering in image in VB.NET

;image/gif"quantized.Save Response.Outp utStream, ImageFormat.GifEnd Sub...Public Class ConvertToPalette<DllImport "TrueColorToPalette.dll" , CharSet:=CharSet.Auto> Public Overloads Shared Function Convert.Public Class ConvertToPalette<DllImport "TrueColorToPalette.dll" , CharSet:=CharSet.Auto> Public Overloads Shared Function ConvertToPaletteByRef img As IntPtr, ByRef img2 As IntPtr, ByRef pal

Posted in Computers & Technology by Nisha Pal at 5:26 PM on June 05, 2008

hat are pass by reference and passby value?

site :http://www.cs.princeton.e du/l worthin/126/precepts/passval ref.h tml...well marveen method of passing arguments to a function which takes parameter of type reference. void swapint &amp;x,int &ampHi,Pass By Reference means the passing the address itself rather than passing the value. Passby Value means passing a copy of the value to be passed.e.g.Suppose you want to write a function

Posted in Computers & Technology by jks marven at 1:04 PM on May 28, 2008

Give example of abstraction in C?

public interface to read in a rational number, for example:void streamInistream&amp; is; We could adopt a convention that every class have such a member function. In this case, the operation seems hiding is an important principle to be followed in software design and implementation. However, circumstances arise in program design in which data hiding forces compromises with nice abstractions

Posted in Computers & Technology by bwd at 4:06 AM on September 06, 2008

can scrollbars be added in a visual basic form?

, the horizontal scroll bar is disabled.The parameters for the SendMessage function are as follows:SendMessagehWnd, LBSETHORIZONTALEXTENT, wParam, lParam&amp;hWnd - Handle to the list boxwParam - Specifies box is large as or larger than this value, the horizontal scroll bar is disabled.The parameters for the SendMessage function are as follows:SendMessagehWnd, LBSETHORIZONTALEXTENT, wParam, lParam&amp

Posted in Computers & Technology by SANJU at 4:36 PM on June 14, 2008
Tags

How to make a official website. i hv a regd. Firm i wana an official of it

Spybot-Search &amp; Destroy, a Free Spyware Remover program for your PC, to get rid of any spyware on your Windows operating system computer.step 2: Install Software Patch Updates RegularlyThe makers websitestep 3: Backup Important Files, Folders, and ApplicationsBefore you undertake any of the following tips, back-up any important files, folders, and applications from your computer. Find out how much free

Posted in Computers & Technology by rohit singh at 6:34 PM on June 10, 2008
Tags site

quality factors of cbse maintainability,testability reusability,Correctness

, Please visit the source site :http://en.wikipedia.org/w iki/MaintainabilityTestabi lity is a non-functional requirement important to the testing team members and the users who are involved in user://www.stickyminds.co m/sitewide.asp?Function=edetai l&amp;ObjectType=ART&;ObjectId=8077 Reusability :In software engineering, reusability is the likelihood a segment of source code can be used again to add new

Posted in Computers & Technology by harsha at 12:22 AM on May 09, 2008
Tags factors

I want to Change The Internet Keys Functionality?

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

What are the Characteristics of C languages?

Small sizeExtensive use of function callsLoose typing - unlike PASCALStructured languageLow level BitWise programming readily availablePointer implementation - extensive use of pointers for memory, array, structures and functionsC has now become a widely used professional language for various reasonsIt has high-level constructs.It can handle low-level activities.It produces efficient programs.It can

Posted in Computers & Technology by Aruna Kumari at 11:05 PM on October 07, 2008

Similar Questions

Left Ads
© 2006 - 2013 ibibo Web Pvt Ltd. All rights reserved.