πŸ“Š C Programming
Q. What is the output of C Program.?
Code:
int main()
{
    int a=0;
    a = printf("4");
    printf("%d",a);

    return 0;
}
  • (A) 04
  • (B) compiler error
  • (C) 40
  • (D) 41
πŸ’¬ Discuss
βœ… Correct Answer: (D) 41

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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