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 |
code for concatination of 2 strings with out using library functions?
What are integer variable, floating-point variable and character variable?
Why is structure padding done in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
how to generate the length of a string without using len funtion?
what is default constructor?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
How #define works?
WHAT IS MEANT BY LIFE?
What are the advantages of the functions?
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
why program counter is 16 bit?