Q. Which of the following is a macro in Rust? (A) print (B) println! (C) format (D) debug ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) println! Explanation: Macros in Rust are marked with a '!' like 'println!'.