what are the static variables
Answer Posted / mahendranath reddy ,cudpha
static int xx;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is that possible to store 32768 in an int data type variable?
All technical questions
Explain 'bus error'?
Explain the bubble sort algorithm.
What are disadvantages of C language.
Tell us the use of fflush() function in c language?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is const keyword in c?
When do we get logical errors?
What is the difference between procedural and declarative language?
What does a function declared as pascal do differently?
I need a sort of an approximate strcmp routine?
What are the features of c language?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is the general form of a C program?