#whileloopinctamil #computerlanguage #LearnToDay #decisionmakingandlooping
While Statement in C Programming in Tamil
Decision making and looping statement-While statement
do statement
for statement
syntax
while(test-condition)
{
Body of the loop;
}
while is an entry controlled loop.
If the test condition is true the body of the loop will be executed.Otherwise exit on the loop.
This video content pdf link as : https://drive.google.com/file/d/1_MsbaOughmCyWmhGydWHIOXP5EuMfIhp/view?usp=drivesdk
This chennal only provide subject related videos.
Download
0 formats
No download links available.
While Statement in C Programming or Decision making and looping statement in C in Tamil | NatokHD