Answer Posted / jyoti
An Array is a Drived data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you understand by normalization of pointers?
Why is c called "mother" language?
What is the explanation for cyclic nature of data types in c?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Why c is faster than c++?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Write a program of advanced Fibonacci series.
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Explain what’s a signal? Explain what do I use signals for?
How do you use a pointer to a function?
What is difference between array and pointer in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Explain about block scope in c?
What is sizeof array in c?
what does static variable mean?