How to swap two String values without using a
third variable?
Answer Posted / parthag
In C#, C sharp
string str1 = "First";
string str2 = "Second";
str1 = string.Concat(str1, str2);
str2 = str1.Replace(str2,"");
str1 = str1.Replace(str2,"");
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
purpose of abstraction and interface
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
Outline the two important features of a terminating recursion. Any ideas?
Write a shell program to test whether a given year is leap year or not ?
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
What is SOLID Principle in Programming Language?
In project we have Documentation phase also,in that what is micro and macro designing?
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
What is the Difference between in memory database and physical database
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
how pseudo column works?
can we retrieve only integer/String type columns from a table,if yes how?