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 is 'bus error'?
write a program to generate address labels using structures?
explain what are pointers?
What is calloc()?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Write a program to know whether the input number is an armstrong number.
What is a dynamic array in c?
Why is c called c not d or e?
What are compound statements?
Why is c called c?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is a pragma?
how to make a scientific calculater ?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is wild pointer in c?