array of pointer
pointer to array
pointer to pointer

Answer Posted / harisankar.k.r.ctl

no

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of getch ()?

648


What is a macro, and explain how do you use it?

635


find the sum of two matrices and WAP for it.

644


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2203


What is structure data type in c?

577






Is c high or low level?

596


What is dynamic memory allocation?

822


What is integer constants?

630


How can I find out how much free space is available on disk?

638


a program that can input number of records and can view it again the record

1496


What is c language used for?

567


What are the loops in c?

602


What is call by value in c?

575


What is volatile variable in c?

666


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1791