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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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