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 ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in a VB application, where the data will be stored after manipulation? what is the syntax for that?

1818


What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?

1626


how many types of operating system are avaliable?

1813


how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out

1486


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.

2324






When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)

722


< DL Compact > tag is used for

1543


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

1495


Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?

1520


there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.

2424


It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?

1498


When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.

1424


Suppose server object is not loaded into the memory, and the client request for it , what will happen?

2168


what is the work of 1tier,2tier,&ntier? Plz Explain it!

2033


Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?

604