C_86 Functions in C-part 3 |Function Definition in C

preview_player
Показать описание

Use my code jkl10 to get 10% discount

Connect & Contact Me:

See Complete Playlists:

#functionsinC
#Cprogramming
#jennyslectures
Рекомендации по теме
Комментарии
Автор

I would like to express my warm gratitude to the
It had been more than 20 days since I started Function, but I couldn't clear my doubts.
Altough My concept got cleared within 3 hrs as I saw all 3 lectures of Function from this channel .
Thank you so much

engineeringwallah
Автор

1) Declaration of function
2) Error In defination (expexted a declaration there shouldn't be Semicolon)
3) Function Calling
4) Function Calling
5) Error in Calling a Function ( expected ; )
6) Declaration
7) Defination
8) Functions Declaration

hariparuchuru
Автор

Mam your microphone is having some problems please fix it. 😶

harishk
Автор

q-1 Function declaration
q-2 Function defination (as {} are present)
Q-3 Function calling (it cant be declaration as sum(x, y); is given and not sum(int, int);)
Q-4 Function calling (same reason)
Q-5 Function calling (same reason)
Q-6 Function Declaration
Q-7 Function defination as firstly void sum(int a, int b){} is written and secondly {} braces is used
Q-8 function declaration (it cant be function calling as it is necessary to write variable name along with data type it is fact(int); and not fact (int a);)

jayantsinghrajput
Автор

Ma'am I am from tamilnadu
Thanks for making this lecture in English
And audio isn't clear in this video please check it.

GokulKrishnaB-podx
Автор

1- fn declaration
2-fn defination
3-fn call
4-fn call
5-fn call
6-fn declaration
7-fn defination
8-fn declaration

rohitkanojiya
Автор

Thank You Madam.
The lesson is verry clear .
Love From Sri lanka 🇱🇰 ❤️

WPSSandaruwan
Автор

Hello everyone..
1 . Function declaration.
2. Function definition( Error - semicolon should be removed after parenthesis)
3 . Function call
4 . Function call
5 . Function call ( Error - semicolon should be added after calling).
6 . Function declaration.
7 . Function declaration
8 . Function declaration( Error - datatype should mention before declaration... )
Ex :- void sum( int) ;

abhiramnetha
Автор

Love to see u again and again..❤️ ur teaching awesome like you

Sekhar_Home
Автор

1. FUNCTION DECLARATION
2. FUNCTION DEFINITION
3. FUNCTION CALL
4. FUNCTION CALL
5. FUNCTION DEFINITION OR DECLARATION( IF WE PUT ; )
6. FUNCTION DECLARATION
7. FUNCTION DEFINITION
8. FUNCTION DECLARATION
🤗🤗

s.soumyaprusti
Автор

1. Declaration
2. Declaration (only if we can write some statement blocks in it, yet not cleared)
3. Calling
4. Calling
5. Calling ( if it ends with semicolon)
6. Declaration
7. Definition
8. Calling

RiteshSharma
Автор

1.function declaration
2.fun declaration
3.fun calling
4.fun calling
5.fun calling
6. fun declaration
7.fun definition
8.fun declaration

rakeshmohanty
Автор

1 - its function declaration.

2- its wrong function defination.

3- its function calling.

4- its function calling.

5- its also function calling.

6- its function declaration.

7- its wrong. cause we cant return anything ion a void function.

8- functuion declaration.

dibyaprasadsahoo
Автор

1, 6, 8 declaration 2, 7 defination 3, 4, 5 calling and there should be a ';' beside the 5

Nekuyenduku-rt
Автор

Oh !!!
I haven't word to express your teaching ability, your capacity and your description on the lesson.
It is Awesome!!!
Thanks Madam ❤🙏
From Ethiopia 🇪🇹

Success-
Автор

14:35 answer is function declaration :1,
function definition :7,
function calling : 3, 4, 5, 6, 8
error :2

Vishal-lupy
Автор

1, 2, 6 - declaration
7 - definition
3, 4, 5, 8 - call

priyadharshinim
Автор

1. function declaration;
2. Error due to semicolon at the end of the function definition;
3. function call;
4. function call;
5. Error due to abstence of semi colon at the end of the function call;
6.function declaration;
7.function definition;
8. function declaration;

Thanks mum

devSackey
Автор

Question at 14:20

Declarartion - 1, 6, 8
Definition- 2, 7
Call - 3, 4, 5

8 is a declaration without a return type so compiler will assume it is an int
2's first statement ends with a ; which should not be present in definition

maryannemuthoni
Автор

1. function declaration
2. function definition
3. function call
4. function call
5. function call(Error: semicolon should be added)
6.function declaration
7.function declaration(Error: sum cannot add int & float together)
8. function call

rosonerri-faithful