what are the static variables
Answer Posted / guest
Variables that statically retain their memeory location
across function calls or in other words even beyond their
scope.
Global static values or functions are used to hide them
from other files in the program.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is typedef struct in c?
application attempts to perform an operation?
What is substring in c?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Explain enumerated types.
Can the “if” function be used in comparing strings?
What is getch c?
What is string constants?
What are the 4 types of organizational structures?
Explain indirection?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is null pointer in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is conio h in c?