Functions in C++ and Examples on Functions - Introduction to C++ Class 11

preview_player
Показать описание
Functions in C++ and Examples on Functions Video Lecture From Introduction to C++ Class 11 Chapter of Computer Science Class 11 Subject For All Students.

Watch Previous Videos of Chapter Introduction to C++ Class 11:-

Watch Next Videos of Chapter Introduction to C++ Class 11:-

#JavaProgrammingTutorial

#EkeedaOnlineLectures

#EkeedaVideoLectures

#EkeedaVideoTutorial

Introduction to C++ Class 11

Introduction to C++ Class 11 in English

Online Tutorial of Introduction to C++ Class 11

Computer Science Class 11

Computer Science Class 11 in English

Class 11 Computer Science Tutorials

Thanks For Watching. You can follow and Like us on following social media.

Happy Learning : )
Рекомендации по теме
Комментарии
Автор

Hello Friends,
Watch Full Video Series of Subject Computer Science Class 11 Complete Free only on Ekeeda Application.
Download Ekeeda Application.

Ekeeda
Автор

#include <iostream>
using namespace std;

int main(){
float r, d, c, a;
cout<<"Enter the radius of the circle: "<<endl;
cin>>r;
cout<<"Diameter of the circle: "<<diameter(r)<<"m"<<endl;
cout<<"Circumference of the circle: "<<c<<"m"<<endl;
cout<<"Area of the circle: "<<a<<"sqm"<<endl;
return 0;
}
double diameter(float r){
double d;
d=(2*r);
return d;
}
double circumference(float r){
double c;
c=(3.14*2*r);
return c;
}
double area(float r ){
double a;
a=(3.14*r*r);
return a;
}

mairartistic
Автор

Teaching pedagogy Is really appreciative...thanks for your efforts

cyberdyneasr
Автор

Thanks mam You are really an amazing person great love from Pakistan...

talhajahangir
Автор

thank you ma'am for this beautiful video

himachalgaming
Автор

you must be add more video in programming concepts

gediongbeyehu
Автор

program execute hi nhi howa....mistakes h kafi....

burraquemehar
Автор

Ma'am why you won't used #include<conio.h>

raj-yhev
Автор

Ma'am your content is nice but it would be better if u would use a white board instead of papers in your videos

Muk_
Автор

Mam I have my exam after 3 days and the topic is function what to do

sonadey
Автор

not a good way to teach, it seems you are in hurry and people watching you are aleady very good programmers.

hasanmahboobrahil
Автор

Achha smjhate ho pr hindi ni aati h kya aapko .

diksharoy