proc() {
static i=10;
printf("%d",i);
}
If this proc() is called second time, what is the output?
Answer Posted / krupakar
The answer is 10.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does char * * argv mean in c?
What are the advantages of external class?
What is the difference between array_name and &array_name?
application attempts to perform an operation?
What are the application of c?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Linked lists -- can you tell me how to check whether a linked list is circular?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What does struct node * mean?
How many levels of pointers have?
What is the mean of function?
Difference between macros and inline functions? Can a function be forced as inline?
When should I declare a function?
What is the advantage of a random access file?
Does c have enums?