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
How do you use a 'Local Block'?
using only #include
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
How can I make sure that my program is the only one accessing a file?
explain what are pointers?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Why c language is called c?
write a program for the normal snake games find in most of the mobiles.
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Explain indirection?
How many types of sorting are there in c?
Why is c called "mother" language?
How can you determine the maximum value that a numeric variable can hold?
What is the collection of communication lines and routers called?
What are the 3 types of structures?