A string of charaters were given. Find the highest
occurance of a character and display that character.
eg.: INPUT: AEGBCNAVNEETGUPTAEDAGPE
Answer Posted / guest
using System;
static void main()
{
string a=AEGBCNAvNEETGUPTAEDAGPE;
| Is This Answer Correct ? | 2 Yes | 29 No |
Post New Answer View All Answers
differences between qtp10.0 and 11.0 ?
MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON
how can we maintain the previous version scripts to new version.
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
what are the missinschema properties and should we pass primary key in select command
Write a shell program to test whether a given year is leap year or not ?
what is the BAM? where we can use it in BizTalk server?
How to set on/off a group of indicators in a single statement?
What are events in smartforms?
hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
THE CHANNEL IN DATA COMMUNICATION CAN BE?
what is the difference between an OS(operating system) and Framework?
What is the difference between COM and CORBA?