what is the difference between set and append?

Answer Posted / karishma39malik@gmail.com

set means to set a value like.. set v =4 giving a value to a
variable.. n append means to add something at the end..
without deleting or erasing previous content.. adding after
the thing already entered... n set means to erase n replace
and give new value..

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?

1517


Definition of Singleton Class? what is the Purpose of it? what is the advantage?

1593


hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...

1551


what are the 3 forms of a prolog term

2757


Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in

1580






Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe

1469


Can any one give an example (Source Code) on virtual function implemetation in Java?

1506


code for connection from windows forms to sql server

1713


Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.

2327


Diff between IF and where ?

1622


4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?

1900


You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?

609


sample and simple coding where we get?

1784


how to convert infix expression to prefix expression?

3829


write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.

1180