Which statement could create this cell array?
c = {["hello world"]} {1×1 cell} {["goodbye"]} {1×3 double}
c = {"hello world" {"hello"} "goodbye" [1 2 ]};
c = {"hello world" {"hello" "hello"} "goodbye" {[1 2 3]}};
c = {"hello world" {"hello"} "goodbye" {[1 2 3]}};
c = {"hello world" {"hello"} "goodbye" [1 2 3]};