Answer Posted / william
I AGREE THE ASHA ANSWERS.....STATIC FUNCTION IS ONLY FOR
VISIBLE TO OTHER FUNCTION.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are run-time errors?
What is a null pointer in c?
How can you allocate arrays or structures bigger than 64K?
What is optimization in c?
how many key words availabel in c a) 28 b) 31 c) 32
Tell me what are bitwise shift operators?
Write a program to print fibonacci series without using recursion?
Is it acceptable to declare/define a variable in a c header?
How is null defined in c?
What is null pointer constant?
Describe the modifier in c?
Is there sort function in c?
Are pointers integer?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is a stream in c programming?