what is difference between declaring the pointer as int and
char in c language?

Answer Posted / karan

means of integer pointer a pointer variable which contains
a address of an integer value...means the address in the
pionter variable points to a integer type value....

And the means of chracter pointer, pionter variable is
contain a integer address of a character type value..

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of data types and explain?

849


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4967


What is structure data type in c?

737


Explain what is the stack?

831


How can you determine the size of an allocated portion of memory?

983


What is the main difference between calloc () and malloc ()?

814


Explain what is the difference between null and nul?

873


What are the types of arrays in c?

836


What is cohesion and coupling in c?

785


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

5139


What is struct node in c?

797


How can I change their mode to binary?

887


write a program to find out prime number using sieve case?

1843


If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.

1984


What is the meaning of typedef struct in c?

800