Ans.: The user will input a string and we need to find the count of each character of the string and display it on console. We won’t be counting space character.
- input: hello world;
output: h – 1
e – 1
l – 3
o – 2
w – 1
r – 1
d – 1
I am providing latest Interview Questions with Answers. Candidate has prepared their interview and get job. Mobile: 8920128728
Ans.: The user will input a string and we need to find the count of each character of the string and display it on console. We won’t be counting space character.
output: h – 1
e – 1
l – 3
o – 2
w – 1
r – 1
d – 1
You can use IDENT_CURRENT to look up the last identity value to be inserted, e.g. IDENT_CURRENT( 'MyTable' ) However, be caut...
No comments:
Post a Comment