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
What is wrong with this code?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is calloc() function?
What is function what are the types of function?
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)
What is bin sh c?
What is output redirection?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Differentiate between functions getch() and getche().
pierrot's divisor program using c or c++ code
Explain what does a function declared as pascal do differently?
What is call by value in c?
What is calloc malloc realloc in c?
Tell me the use of bit field in c language?