C++ Inline Function | Learn Coding

preview_player
Показать описание
C++ full course 👇

------------------------------------------------
Like | Share | SUBSCRIBE
------------------------------------------------

c++ programs using classes 👇

Don't forget to tag our Channel...!
#inlinefunction
#oops
#cppprogramming
#LearnCoding
#classandobject
#encapsulation
#inheritance
#polymorphism
#abstraction

Content:-
---‐---‐--------------
Voice 🔊:- Akhilesh
Writer ✍️:- Ankush

-------------------------------------
Thank You 😊
-------------------------------------
Рекомендации по теме
Комментарии
Автор

NICE EXPLANATION SIR 👍
I SHARE THIS VIDEO TO ALL MY FRIENDS THANKS SIR

sunilmali
Автор

Legend are watching one day before exam.😂

animehflix
Автор

Thank you it is very helpful in my BCA ... Keep it up 👍

marvelddict
Автор

Sir combinational logic circuit per ek video please sir 😢😢combinational logic circuit 🙏🙏

mondalgopibhai
Автор

aap pdf provide kariye sir please..aapka video bahut help full hai

sangamsharma
Автор

Anyone for Object oriented system design exam 😂😂?

princerana
Автор

brother i had searched at google that inline function has nothing to do with the number of lines it contains or inlining . its just name because whole code of function got replaced at the single line ( the line where we call function) thats why its name is inline function ...is that true? 'cuz you said in the vedio that inline function is used for one line or short lines of code ...and brother i checked my self by using inline function after main it still works you said we have to use it before main for better understanding of my question i am providing you my code hope so i will get a reply from you ..keep blessed love from sindh pakistan


#include<iostream>
using namespace std;
inline void sum(int a, int b);
void main()
{
int a, b;
cout << "Enter two integers : ";
cin >> a >> b;
sum(a, b);

}
inline void sum(int a, int b)
{
cout << "Sum of " << a << " + " << b << " is = " << a + b << endl;
}

tpython
Автор

Sair aap cout karke dayrak function ko bhi print kar sakte the

abark
Автор

Can you please make video of questions that may asked in viva of c++

ritimasah
Автор

What is difference between inline function and macro?

satyamantapurkar
Автор

Sir yeh 7 th line me aapneh int kyu nhi likha h main seh pehle

parthsharma
Автор

Kon kon offline teaching ke bad bhi yee vidio dekh raha hai😅

BhaktipadaBehera
Автор

Hi sir 1st sem important questions send me please 🙏🥺

RathlavathSwapna
Автор

Legend are watching for back exam and one night before 😂😂

manthanpardamwar