what is the difference between set and append?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / prncess
set replaces the element at the given index. add inserts the element at the given index and moves all elements ahead of it one position.
| Is This Answer Correct ? | 0 Yes | 0 No |
in IBM PC -AT.WAT AT REFERS TO?
how to display xisheet in list box in c# .net
Question:Why is mapping required? Computer 'Paging' & 'Segmentation'. Question:Give the disadvantages of Havander's Strategies. Question: What do you mean by Belady's Anomaly. - Describe with example. Question: Discuss the various function of OS. Question: Give a brief discussion on schedulers & Dispatchers with respect to process management.
what is difference between scripts, smartforms and adobe forms
what is meaning of MDM in sap?let me know that meaning
swap two number wthout using third variable
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
< No Frames > tag is used for
Which of the following are Java modifiers?
if there are n nodes in a binary tree, how many null pointers are there?
what is delegate and delegation model give the real live example on delegate model
What is the GAC? What problem does it solve?