Computer Science, asked by startig, 5 hours ago

int x=y+z state the type of initialization statoc or dynamic​

Answers

Answered by minakshi987
2

Answer:

Following are some interesting facts about static variables in C.

1) A static int variable remains in memory while the program is running. A normal or auto variable is destroyed when a function call where the variable was declared is over.

For example, we can use static int to count a number of times a function is called, but an auto variable can’t be used for this purpose.

For example below program prints “1 2”

Answered by itzmehak
5

Papayas are an excellent source of vitamin C, and one single medium fruit provides 224 percent of recommended daily intake. One medium papaya has approximately: 120 calories. 30 grams of carbohydrate – including 5 grams of fiber and 18 grams of sugar.

Similar questions