Application of Function Pointers in C

preview_player
Показать описание
C Programming: Application of Function Pointers in C Programming.
Topics discussed:
1) Calculator Program - using the switch case.
2) Calculator Program - using the function pointers.

Music:
Axol x Alex Skrindo - You [NCS Release]

#CProgrammingByNeso #CProgramming #FunctionPointers
Рекомендации по теме
Комментарии
Автор

I made a request to Neso on all platforms from Twitter to Youtube to Neso forum n they have started providing us with lectures .
Lot of Love to Neso n all the educators on Neso.
Proud of you Guys

prateekdubey
Автор

another application is in the field of embedded systems, when we need to execute code that is storage in another section memory but only known it the address to perform a jump, this is also used in the boot initialization from the linux kernel when we are in the grub and we need to jump to the kernel init code. and the above mention is used in bootloaders.

psykjavier
Автор

Neso Have earned my deepest respect.
Btw thanks for continuing this series .
Love you Neso.

prateekdubey
Автор

From my schooldays I hate codes
In my third yr of my engg... I started to learn code... I am very lucky to get ur vds at first now I love to I finished this course at 2 I just addicted to c language bcz of u.... Thank you very much NESO ACADEMY

bhuvanas
Автор

The pointer array substitute is so cool! Awesome!

srijitanitamajumdar
Автор

Now I understand the function pointer. Thanks!!!

md.nahidulalamchowdhury
Автор

Just enjoying and learning through the journey of videos, sir has taken for us❤️❤️ thanks a lot sir .

AniketThakre
Автор

I really liked the way you explained this concept so easily
Thanks!

vinayakbhandage
Автор

this is the best channel to learn fundamentals of programming.

luckybourasi
Автор

oh man, lots of love and respect you brother, the way you explain and clear the concepts are mind-blowing.

virajpatil
Автор

Your presentation skill is amazing I like it! Sir are you providing offline coaching?

ajmalkhaniit
Автор

Very good explanations in all of your videos, keep going mate, you are doing a great job!!!

bornajukic
Автор

Your explanations are awesome! I'm really thankful.

asiritadimkacti
Автор

very instructive and helpful. I have one question, in terms of choice, how can I start the choice from 1 instead of 0. so that I can choose 1, 2, 3, or 4. Thank you

naboulsikhalid
Автор

Hello Neso Academy. Could you pls clarify line 12. This is what I make of it: "due to precedence, *ptr2func[4] will be array of pointers and as a result of which this whole statement shall be point to one of the functions (sum, ...) based on user input."

jaideepsharma
Автор

HOW CAN I HIT LIKE MORE THAN ONCE.. ONE LIKE IS NOT ENOUGH! This what you confidently call a high quality content.. take my like and go from here!!!

iamdijki
Автор

Well explain but I think using function pointers makes code less readable.

rafalzasada
Автор

Very useful video can you people please make a video on for pointer, near pointer, hug pointer

ibrahimpasha
Автор

Sir pls complete the playlist as Soon as possible with all c concepts like malloc, calloc...

vijayalakshmi
Автор

*ptr2func[ops] --> In this code array length should be integer or integer constant expression.suppose if it is a variable it definitely shows error.if my explanation is wrong someone make clarify that.So that others can know that

mohanarunachalam