wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / herok
int variable takes interger values but int pointer can take
address of an integer variable and also int variable takes
mainly 2 bytes and int pointer takes 4 bytes of memory
space.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Explain a pre-processor and its advantages.
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is identifier in c?
i want to know the procedure of qualcomm for getting a job through offcampus
What is nested structure in c?
The statement, int(*x[]) () what does in indicate?
What is the use of printf() and scanf() functions?
What is the process to create increment and decrement stamen in c?
When was c language developed?
write a program to create a sparse matrix using dynamic memory allocation.
What is #define?
Tell us the use of fflush() function in c language?
What are types of structure?
Explain about block scope in c?