h> int* larger(int*, int*); void main() { int a = 15; int b = 92; int *p; p = larger(&a, &b); printf("%d is larger",*p); } int* larger(int *x, int *y) { if(*x > *y) return x; else return y; } type (*pointer-name)(parameter);
You can use pointers to call functions and send functions to other functions as arguments. On pointers to functions, you can't do pointer arithmetic.
When giving arguments to a function, the call by pointer method converts the address of an argument into the formal parameter. The address is utilised within the function to obtain the actual parameter used in the call. Changes to the parameter have an impact on the passed argument.
Like conventional pointers, function pointers point to code. The name of the function can be used to get the address of the function in Functions Pointers. A function can also be returned from a function and supplied as an argument.
We shall not allocate or deallocate memory since it is used to execute a block of code.
Learner's Ratings
4.4
Overall Rating
70%
18%
5%
4%
3%
Reviews
A
Annu Prajapat
5
It's very usefull app
D
Dhirender singh
5
the quiz are good. but as the question are not right. because any of these question are not discussed in any previous video. please provide the study material for the quiz before hand.
S
Sejal Ganesh Kadlag
5
Bestttt
S
Sahil Sonu
4
Thanks 🙏👍
A
ANIMESH SINGH
5
really
nice
I
IRFAN AHMED
5
Nice platform for C language in LEARNVERN❤️💕👍
𝑼𝑻𝑺𝑨𝑽 𝑲𝑼𝑴𝑨𝑹 𝑺𝑰𝑵𝑮𝑯
5
Best course
S
sahil namdev
5
this course is very helpfull for my basic development
S
Sanjay Shinde
5
ek number
G
Garvit kulshrestha
4
extern storage class??specifier??? use of "&"????kha pe h ye sab??? assignment m pucha h par vedio m nhi bataya
par jitna bataya h ache se bataya h liked that tho
Share a personalized message with your friends.