Answer Posted / asha
static functions are functions that are only visible to
other functions in the same file.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the size of array float a(10)?
What are the 4 data types?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What are the types of data files?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is dynamic memory allocation?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Write a program to print numbers from 1 to 100 without using loop in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Why can arithmetic operations not be performed on void pointers?
The statement, int(*x[]) () what does in indicate?
what is the structure pointer?
How many main () function we can have in a project?
What is the purpose of main() function?