Browse Source

Try h4, h5 and h6 for the question format

content-update
Augusto 5 years ago
parent
commit
a1a58e53da
  1. 86
      subjects/go-reloaded.audit.en.md

86
subjects/go-reloaded.audit.en.md

@ -1,47 +1,47 @@
## Atoi #### Atoi
### Try with the argument: "" ##### Try with the argument: ""
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "-" ##### Try with the argument: "-"
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "+" ##### Try with the argument: "+"
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "0" ##### Try with the argument: "0"
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "+0" ##### Try with the argument: "+0"
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "-Invalid123" ##### Try with the argument: "-Invalid123"
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "--123" ##### Try with the argument: "--123"
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "-+123" ##### Try with the argument: "-+123"
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "++123" ##### Try with the argument: "++123"
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "123-" ##### Try with the argument: "123-"
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "123+" ##### Try with the argument: "123+"
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "123." ##### Try with the argument: "123."
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "123.0" ##### Try with the argument: "123.0"
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "123a45" ##### Try with the argument: "123a45"
#### does the function Atoi returns 0?(1) ###### does the function Atoi returns 0?(1)
### Try with the argument: "1" ##### Try with the argument: "1"
#### does the function Atoi returns 1?(1) ###### does the function Atoi returns 1?(1)
### Try with the argument: "-3" ##### Try with the argument: "-3"
#### does the function Atoi returns -3?(1) ###### does the function Atoi returns -3?(1)
### Try with the argument: "8292" ##### Try with the argument: "8292"
#### does the function Atoi returns 8292?(1) ###### does the function Atoi returns 8292?(1)
### Try with the argument: "-2321" ##### Try with the argument: "-2321"
#### does the function Atoi returns -2321?(1) ###### does the function Atoi returns -2321?(1)
### Try with the argument: "3478234203" ##### Try with the argument: "3478234203"
#### does the function Atoi returns 3478234203?(1) ###### does the function Atoi returns 3478234203?(1)
### Try with the argument: "9223372036854775807" ##### Try with the argument: "9223372036854775807"
#### does the function Atoi returns 9223372036854775807(1) ###### does the function Atoi returns 9223372036854775807(1)
### Try with the argument: "-9223372036854775808" ##### Try with the argument: "-9223372036854775808"
#### does the function Atoi returns -9223372036854775808(1) ###### does the function Atoi returns -9223372036854775808(1)
## RecursivePower ## RecursivePower

Loading…
Cancel
Save