Synonymous with pointer array
a) character array
b) ragged array
c) multiple array
d) none
No Answer is Posted For this Question
Be the First to Post Answer
what are the 10 different models of writing an addition program in C language?
write a function which accept two numbers from main() and interchange them using pointers?
How Many Header Files in c?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
where does malloc() function get the memory?
Write a code of a general series where the next element is the sum of last k terms.
What does %2f mean in c?
What is the difference between the expression “++a” and “a++”?
Explain the difference between call by value and call by reference in c language?
Explain what are run-time errors?
How can you find the exact size of a data type in c?
what is self refrential structure