Home

What is the correct answer?

4

Say there is a string "Ramcharan"; when someone using Mid() function like MID("Ramcharan",2) then what will be the output:

A. "Ra"

B. "Ch"

C. "Amcharan"

D. None of the above

Correct Answer :

C. "Amcharan"


Related Questions

It is possible to access a menu without using mouse, to access the menu… Redim statement is used to : If you want a list box control with check box option, which property of… To break a loop abnormally when satisfying a condition, we can use To draw a form on the screen which event is being called up In visual basic the default unit is : Instr$(text1.text,"visual") will returns : By default 'Dim myvar' this statement: In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… It is possible to insert a picture in a option button control. You can get the ASCII value of any character or number by using List count property returns total number of items in list box control. If the Flag constant for the font common dialog box is cdlCFPrinterFonts… CommonDialogs control is visible at runtime In visual basic, number of loop control structure is _____________. To get the property window in visual basic you have to press CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will Function can return array as return value: Print' statement can be used to print any statement on the screen. Flag property is used to adjust the function of each common dialog box Through which property of option button control one can change the font… which control structure are working under false condition In timer control _____________ is the most important property. Dialog title property is used to change the title of any dialog box What is the default value for multi-select property of list box control. Function Add(Num1 as integer, Num2 as integer) as integerAdd=Num1+Num2Num1=0Num2=0End… what will be the output of the code below :private sub command_click()dim… Activate event is called before load event cell alignment property can be used to align the cells with different… When someone uses the code like list1.list(1); then it will return the…