Q. Which of the following declaration is not supported by C language? (A) String str; (B) char *str; (C) float str = 3e2; (D) Both String str; & float str = 3e2; ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) String str;