πŸ“Š C Programming
Q. What is the output of C Program with Strings?
Code:
int main()
{
    char ary[]="Discovery Channel";
    printf("%s",ary);
    return 0;
}
  • (A) D
  • (B) Discovery
  • (C) Discovery Channel
  • (D) Compiler error
πŸ’¬ Discuss
βœ… Correct Answer: (C) Discovery Channel

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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