πŸ“Š C Programming
Q. What is the output of the program.?
#include<stdio.h>
Code:
static int k;

int main()
{
	printf("%d", k);
	
	return 90;
}
  • (A) -1
  • (B) 0
  • (C) 90
  • (D) Compiler error
πŸ’¬ Discuss
βœ… Correct Answer: (B) 0

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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