wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / jeeva
pointers always stores the address of the variable that it
is referred to....
when it is int pointer it means that the value at the
address that pointer holds is a integer (whole number)....
when it is char pointer it means that the value at the
address that pointer holds is a character....
when it is float pointer it means that the value at the
address that pointer holds is a floating point number....
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Write a program to generate the Fibinocci Series
Can you mix old-style and new-style function syntax?
Where register variables are stored in c?
How to write a multi-statement macro?
What are types of functions?
What is ambagious result in C? explain with an example.
What are the advantages and disadvantages of a heap?
Why main is not a keyword in c?
Can we declare variables anywhere in c?
What does 3 periods mean in texting?
Explain what is the difference between functions getch() and getche()?
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 correct declaration of main?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
please explain every phase in the "SDLC" in the dotnet.