Answer Posted / sandeep rehlan
this is a pointer to an array
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I create a directory? How do I remove a directory (and its contents)?
What is the difference between malloc calloc and realloc in c?
Differentiate between calloc and malloc.
Write a program that accept anumber in words
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
How does selection sort work in c?
Explain how can I right-justify a string?
How pointer is different from array?
Do you know what are bitwise shift operators in c programming?
What are examples of structures?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is scope and lifetime of a variable in c?
What is an expression?
What is #define size in c?
What is variable declaration and definition in c?