wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / vinay
int is datatype and int pointer is datatype with address
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is meant by gets in c?
What does the message "automatic aggregate intialization is an ansi feature" mean?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
How do you determine the length of a string value that was stored in a variable?
Why do we need functions in c?
Explain what are the standard predefined macros?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is the sizeof () a pointer?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is difference between structure and union with example?
What is bubble sort technique in c?
What is nested structure?
Write the syntax and purpose of a switch statement in C.
What does the error 'Null Pointer Assignment' mean and what causes this error?
Can variables be declared anywhere in c?