πŸ“Š C Programming
Q. Choose correct Syntax for C Arithmetic Compound Assignment Operators.
  • (A) a+=b is (a= a+ b). a-=b is (a= a-b)
  • (B) a*=b is (a=a*b). a/=b is (a = a/b)
  • (C) a%=b is (a=a%b)
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
345
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
90%
Success Rate