πŸ“Š Data Structure and Algorithms (DSA)
Q. How many times the program will print "Amrutvahini" ? #include<stdio.h>
int main()
{
printf("Amrutvahini");
main();
return 0;
}
  • (A) infinite times
  • (B) 32767 times
  • (C) 65535 times
  • (D) till stack overflows
πŸ’¬ Discuss
βœ… Correct Answer: (D) till stack overflows

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
903
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
84%
Success Rate