Compare array data type to pointer data type
No Answer is Posted For this Question
Be the First to Post Answer
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Explain the difference between fopen() and freopen().
What is the purpose of Scanf Print, getchar, putchar, function?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
what is the format specifier for printing a pointer value?
Explain what is meant by high-order and low-order bytes?
write a program for fibonaci series by using while loop in c?
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
When can you use a pointer with a function?
Explain the difference between ++u and u++?
What is the difference between void main and main in c?