what is pointer ? what is the use of pointer?

Answer Posted / sri harsha

pointer is lock to house.house is any data.mainly for
saving space,security we will use pointers.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of external storage class?

663


Which is best linux os?

636


What is local and global variable in c?

683


How to write a multi-statement macro?

685


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

681






"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

674


regarding pointers concept

1649


Explain the array representation of a binary tree in C.

806


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1557


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1757


Describe explain how arrays can be passed to a user defined function

680


What are global variables?

715


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

742


What do header files do?

686


What does %d do in c?

613