int *a[5] refers to

Answer Posted / fazlur rahaman naik

5th element in an array of integer pointers.

Is This Answer Correct ?    4 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the error 'Null Pointer Assignment' mean and what causes this error?

743


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1431


What is the significance of scope resolution operator?

863


What is the use of define in c?

597


Explain what is the most efficient way to store flag values?

700






Is it cc or c in a letter?

567


What are the advantages of c language?

666


what is bit rate & baud rate? plz give wave forms

1519


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

668


What is a memory leak? How to avoid it?

577


Are there namespaces in c?

570


What is meant by gets in c?

609


Write a program to swap two numbers without using the third variable?

597


What are dangling pointers in c?

643


How can I insert or delete a line (or record) in the middle of a file?

575