What are all different types of pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is static memory allocation?
Explain the term printf() and scanf() used in c language?
Who is the founder of c language?
What is a void pointer in c?
What is the purpose of the fflush() function in C?
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
why 'c' is called middle level language.
What are the average number of comparisons required to sort 3 elements?
Why is c known as a mother language?
Write a C program that reads a series of strings and prints only those ending in "ed"
What is the most efficient way to store flag values?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none