what are the static variables
Answer Posted / smriti patnaik
static variables are variables that are initiated only once
in a memory,suppose u have initiated a variable as static
everytime u visit a iteration the value is changed 4m the
initialised value,not like auto variables where the values
remain same everytime u visit a iteration
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the statement: strcat (S2, S1)?
What functions are used for dynamic memory allocation in c language?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is wild pointer in c with example?
Is c high or low level?
Describe the difference between = and == symbols in c programming?
What is the difference between c and python?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is the use of extern in c?
What is the best way to store flag values in a program?
What are # preprocessor operator in c?
Explain what is the most efficient way to store flag values?
What are extern variables in c?
Explain 'bit masking'?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.