2. What does static variable mean?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / avik bagh
A static variable is a variable that you can call and use without using an object of the class it is a part of. You can use a static variable using just the class name.
| Is This Answer Correct ? | 1 Yes | 0 No |
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
What does 2n 4c mean?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
How many loops are there in c?
why programming language C is still used in operating system's kernel??
Explain what is the advantage of a random access file?
IS Doon college of Engn.. has good faculty
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
who will call your main function in c under linux?
difference between ordinary variable and pointer in C?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor