Answer Posted / guest
top down approach
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain logical errors? Compare with syntax errors.
simple program of graphics and their output display
How do you determine a file’s attributes?
Why use int main instead of void main?
Process by which one bit pattern in to another by bit wise operation is?
What are control structures? What are the different types?
What is multidimensional arrays
Explain why can’t constant values be used to define an array’s initial size?
What are header files in c programming?
Explain indirection?
What is a pointer in c?
How pointers are declared?
What are reserved words?
What is the use of in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none