Define Array of pointers.
No Answer is Posted For this Question
Be the First to Post Answer
What is return in c programming?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
How do you determine whether to use a stream function or a low-level function?
How are Structure passing and returning implemented by the complier?
what do structure language means?
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,
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
What is typedef struct in c?
Which is the best sort method for library management?
Explain how can you avoid including a header more than once?
What are the types of data files?
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