What are pointers in C?

Answer Posted / mukesh kumar

pointer is variable it contain's or store the address of
other variable.

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the test cases for checking a variable having value in range -10.0 to +10.0?

1813


Explain how can I manipulate strings of multibyte characters?

778


Differentiate between new and malloc(), delete and free() ?

666


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

933


What is array of structure in c?

593






What is line in c preprocessor?

609


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1623


What is the best way of making my program efficient?

561


Explain the use of 'auto' keyword in c programming?

678


When is a “switch” statement preferable over an “if” statement?

642


What is the use of a static variable in c?

587


What is the explanation for cyclic nature of data types in c?

642


Explain what is meant by 'bit masking'?

639


Place the #include statement must be written in the program?

567


What is break in c?

583