what is pointer ? what is the use of pointer?
Answer Posted / m.karthiga
pointer is a variable it contains address of the another
variable..pointer saves the memory space then other
variables
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Can we initialize extern variable in c?
Hai what is the different types of versions and their differences
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What are the basic data types associated with c?
What is the difference between strcpy() and memcpy() function in c programming?
What is the easiest sorting method to use?
Explain what are preprocessor directives?
What is a floating point in c?
By using C language input a date into it and if it is right?
Are the variables argc and argv are always local to main?
What are extern variables in c?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
what is different between auto and local static? why should we use local static?
What is structure and union in c?