wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / shiva
* int Variable Stores a integer Value..
int pointer Stores a address of a integer Variable
* Float Variable Stores a Float Value..
Float pointer Stores a address of a Float Variable
* Char Variable Stores a Single Character
Char Pointer Stores Sequence of Characters
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
i want to know the procedure of qualcomm for getting a job through offcampus
How can I swap two values without using a temporary?
How do I determine whether a character is numeric, alphabetic, and so on?
Write a function that will take in a phone number and output all possible alphabetical combinations
Why is c called a mid-level programming language?
What are the three constants used in c?
Explain what does the function toupper() do?
What does p mean in physics?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
How can I change their mode to binary?
What is linear search?
What do you mean by Recursion Function?
What is storage class?
What are the types of arrays in c?
What is NULL pointer?