1. |
What is the output of the following code?
Abs(-8956.1478)
નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?
Abs(-8956.1478)
|
||||||||
Answer:
Option (a) |
2. |
___________ value containing e raised to the specified power
|
||||||||
Answer:
Option (c) |
3. |
What is the output of the following code?
Fix(-456.254)
નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?
Fix(-456.254)
|
||||||||
Answer:
Option (d) |
4. |
What is the output of the following code?
Int(5623.7)
નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?
Int(5623.7)
|
||||
Answer:
Option (a) |
5. |
What is the output of the following code?
Int(-1254787.3252)
નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?
Int(-1254787.3252)
|
||||||||
Answer:
Option (d) |
6. |
What is the output of the following code?
Round(25478974.78)
નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ?
Round(25478974.78)
|
||||||||
Answer:
Option (b) |
7. |
What is the output of the following code? Round(-89891256.78) નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ? Round(-89891256.78)
|
||||||||
Answer:
Option (d) |
8. |
What is the output of the following code? Dim Str As String = "Gujarat Technological University" Console.WriteLine(Mid(Str, 8, 9)) નીચે દર્શાવેલ કોડ નું આઉટપુટ શું હશે ? Dim Str As String = "Gujarat Technological University" Console.WriteLine(Mid(Str, 8, 9))
|
||||||||
Answer:
Option (c) |
9. |
______________ string containing a specified number of characters from the right side and ________________ string containing a specified number of characters from the left side
_____________ ફંક્શન દ્રારા સ્ટ્રીંગ માંથી જમણી બાજુ તરફ થી કેટલા કેરેક્ટર અને _________ ફંક્શન દ્રારા સ્ટ્રીંગ માંથી ડાબી બાજુ તરફ થી કેટલા કેરેક્ટર જોઈએ તે મેળવી શકાય છે
|
||||||||
Answer:
Option (a) |
10. |
______________ removes leading and trailing white space
______________ ફંક્શન આગળ અને પાછળ ની સ્પેસ રીમુવ કરી આપે છે
|
||||||||
Answer:
Option (c) |