πŸ“Š C Programming
Q. Which character always ends a statement?
  • (A) ,
  • (B) .
  • (C) }
  • (D) ;
πŸ’¬ Discuss
βœ… Correct Answer: (D) ;

Explanation: ; always used to end a statement. Example:

printf("Hello, World!");

Explanation by: Rudra Pratap Singh
; always used to end a statement. Example:

printf("Hello, World!");

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
189
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Rudra Pratap Singh
Publisher
πŸ“ˆ
97%
Success Rate