wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / ravikumar
int gives the value of the integer but int pointer gives
address of the integer value
| Is This Answer Correct ? | 38 Yes | 2 No |
Post New Answer View All Answers
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is the difference between null pointer and wild pointer?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What library is sizeof in c?
Explain about the constants which help in debugging?
What the advantages of using Unions?
What are volatile variables in c?
State the difference between x3 and x[3].
For what purpose null pointer used?
What does printf does?
What are the differences between Structures and Arrays?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is use of #include in c?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Write a factorial program using C.