⟩ Suppose a[0]=Ia[1]=Na[2]=D like that it gos..out put we need INDIA?
option Explicit
Dim Str, i, arr_len
Dim arr(10)
arr(0)="I"
arr(1)="N"
arr(2)="D"
arr(3)="I"
arr(4)="A"
arr_len=Ubound(arr)
for i=0 to arr_len
Str=str&arr(i)
next
msgbox Str
option Explicit
Dim Str, i, arr_len
Dim arr(10)
arr(0)="I"
arr(1)="N"
arr(2)="D"
arr(3)="I"
arr(4)="A"
arr_len=Ubound(arr)
for i=0 to arr_len
Str=str&arr(i)
next
msgbox Str
Which model is following in your company for developing software?
How to do BLUE TOOTH setting?
What is MT SMS Message?
What is MO SMS Message?
Explain what is actual mobile testing and in realtime how this testing happens?
What is the difference between User Agent and Simulator?
What is the difference between WAP testing and Web testing?
What are the different classes of GPRS? What is the use of this GPRS classes?
Explain some conformance testcases of a mobile?
What is the difference between Simulator and Emulator?