πŸ“Š C Programming
Q. What is the output of C Program with functions?
Code:
int main()
{
    int a=20;
    printf("CINEMA ");
    return 1;
    printf("DINOSAUR");
    return 1;
}
  • (A) CINEMA DINOSAUR
  • (B) CINEMA
  • (C) DINOSAUR
  • (D) Compiler error
πŸ’¬ Discuss
βœ… Correct Answer: (B) CINEMA

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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