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
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Function calling procedures? and their differences? Why should one go for Call by Reference?
Is an array parameter is always "by reference" ?
What is the Lvalue and Rvalue?
What are the 4 types of programming language?
What are pointers really good for, anyway?
What are dangling pointers?
What are the preprocessor categories?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
Is anything faster than c?
How can you tell whether a program was compiled using c versus c++?