Answer Posted / kalidasu lokesh kumar
an array can be defined as a collection of homogenious data
data items reffered by a common name.
array is derived data type............
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Can we change the value of constant variable in c?
Explain can you assign a different address to an array tag?
Explain the difference between #include "..." And #include <...> In c?
What is meant by type casting?
Why flag is used in c?
Explain can static variables be declared in a header file?
What is a ternary operator in c?
Can you define which header file to include at compile time?
What are the Advantages of using macro
Do you know what are the properties of union in c?
Compare interpreters and compilers.
What are the types of operators in c?
Tell me when would you use a pointer to a function?
Do you know what are bitwise shift operators in c programming?