What is meant by global static? why we have to use static
variable instead of Global variable
Answer Posted / guest
Static is protected one and you cannot acess the variable
in other files/functions.It is declared in the top of the
file/function.The value retains tho,t the program.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are formal parameters?
given post order,in order construct the corresponding binary tree
What do you mean by invalid pointer arithmetic?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is c token?
How do I convert a string to all upper or lower case?
How do I send escape sequences to control a terminal or other device?
What are the benefits of organizational structure?
Is there a built-in function in C that can be used for sorting data?
Explain heap and queue.
can anyone please tell about the nested interrupts?
What is the use of the function in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is a spanning Tree?