proc() {
static i=10;
printf("%d",i);
}
If this proc() is called second time, what is the output?
Answer Posted / guest
11
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What oops means?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
what is the significance of static storage class specifier?
What is strcpy() function?
Why is c still so popular?
Tell me when would you use a pointer to a function?
Explain what will the preprocessor do for a program?
What is the difference between near, far and huge pointers?
What does typeof return in c?
Why is c faster?
What is the purpose of & in scanf?
What are inbuilt functions in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Function calling procedures? and their differences? Why should one go for Call by Reference?