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 mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
0 Answers DST Global Solutions,
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?
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
if there are n nodes in a binary tree, how many null pointers are there?
what is the difference between set and append?
What is autocall macro and how to create autocall macro? what is the use of it?
what is the certificates in biztalk?
when we use mantis? how learn mantis?
what is c sharp dotnet
what is the last ant version you worked?how to get it
3. What is the difference between testing and Quality Assurance?
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?