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
Are the expressions * ptr ++ and ++ * ptr same?
Why calloc is better than malloc?
What is pointers in c with example?
Can two or more operators such as and be combined in a single line of program code?
What does 4d mean in c?
a program that can input number of records and can view it again the record
find out largest elemant of diagonalmatrix
Can the curly brackets { } be used to enclose a single line of code?
Differentiate between functions getch() and getche().
Is this program statement valid? INT = 10.50;
How can a number be converted to a string?
What is #line used for?
What is meant by initialization and how we initialize a variable?
Is it possible to have a function as a parameter in another function?
Explain modulus operator. What are the restrictions of a modulus operator?