Give the output of the following function | Amazon Interview Question Question Ritika Sohal b <- 4 f <- function(a) { b <- 3 b^3 + g(a) } g <- function(a) { a*b } in progress 0 R 55 years 1 Answer 913 views Member
Find the Output Poll Ritika Sohal What would be the output of SELECT SUM(1+2*3) in progress 0 SQL 55 years 0 Answers 1186 views Member