programming languages Online Quiz - 16
Description: programming languages Online Quiz - 16 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Who invented C++ ?
A section of code that responds to a particular interaction of the user with a gui control is called a ... ?
Dim strQuestion,strCount
strQuestion=" abc "
strQuestion=Trim(strQuestion)
strCount=Len(strQuestion)
Dim strOne strOne=InStrRev("abc","ABC") Msgbox strOne
Dim x x=InStrRev("abc abc","abc") x=????
Dim x x=InStr("abc abc","abc") Msgbox x