wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / khajasirajuddin shaik
int is datatype which specifies integer type of data,where as int pointer specifies the address of an integer type variable
| Is This Answer Correct ? | 3 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
What is meant by int main ()?
Why are all header files not declared in every c program?
What are the three constants used in c?
Can you write a programmer for FACTORIAL using recursion?
What are the properties of union in c?
What is nested structure?
What is the difference between scanf and fscanf?
Can you define which header file to include at compile time?
Explain what is the benefit of using const for declaring constants?
What does main () mean in c?
What is c system32 taskhostw exe?
How can I make sure that my program is the only one accessing a file?
Why is c platform dependent?
What is the difference between a string and an array?