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
write a program to find out prime number using sieve case?
Can the curly brackets { } be used to enclose a single line of code?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
How to declare pointer variables?
What is a program flowchart?
what is different between auto and local static? why should we use local static?
Who developed c language?
What do you understand by normalization of pointers?
What are disadvantages of C language.
Is array name a pointer?
How is a null pointer different from a dangling pointer?
Differentiate between Macro and ordinary definition.
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Explain how can you avoid including a header more than once?
When should structures be passed by values or by references?