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
What are the types of data types and explain?
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
What is structure data type in c?
Explain what is the stack?
How can you determine the size of an allocated portion of memory?
What is the main difference between calloc () and malloc ()?
Explain what is the difference between null and nul?
What are the types of arrays in c?
What is cohesion and coupling in c?
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
What is struct node in c?
How can I change their mode to binary?
write a program to find out prime number using sieve case?
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.
What is the meaning of typedef struct in c?