2. What does static variable mean?

Answer Posted / sai

static variable in c defined as the value of the static
variable is fixed in that program.
That means the chages will not effect the static variable
values.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of printf() and scanf() functions?

622


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

689


What is character constants?

706


Define recursion in c.

693


How can you return multiple values from a function?

623






What is the difference between class and object in c?

572


What is scope rule in c?

597


Can we use visual studio for c?

540


write a progrmm in c language take user interface generate table using for loop?

1568


Differentiate between calloc and malloc.

747


How do you use a 'Local Block'?

713


Is c programming hard?

566


How do you generate random numbers in C?

644


What is the difference between #include

and #include “header file”?

542


What is calloc() function?

615