C Programming for Beginners in Tamil | Complete Course | code io - Tamil

preview_player
Показать описание
Timestamps:
0:00:00 - Introduction
0:13:06 - int & float
0:22:50 - char & double
0:29:54 - Arithmetic Operators(I)
0:41:52 - Arithmetic Operators(II)
0:50:16 - Relational & Logical Operators
1:06:11 - Scanf
1:13:28 - if else
1:24:24 - Positive or Negative
1:38:22 - Leap Year
1:53:45 - getch()
2:03:49 - Calculator App
2:14:57 - Switch Case
2:25:37 - For Loop
2:39:26 - While Loop
2:52:49 - do while Loop
3:00:26 - Sum of the digits
3:18:13 - Armstrong Number
3:17:54 - Palindrome Number
3:27:07 - Prime Number
3:35:03 - Nested Loop
3:50:13 - Arrays
4:08:30 - Sum & Average of elements
4:19:27 - Maximum and Minimum Elements
4:26:16 - Strings in C
4:38:59 - 2D Arrays
4:48:39 - Addition of Matrix & Transpose
4:57:13 - Functions
5:07:37 - Applications of Functions
5:14:28 - Recursion
5:23:49 - Pointers
5:31:44 - Call by Value & Reference
5:40:07 - Structures
5:49:52 - Unions
5:54:56 - File Handling(I)
6:11:26 - File Handling(II)
6:19:37 - Dynamic Memory Allocation
Рекомендации по теме
Комментарии
Автор

Didn't skip a single second.
Learnt C in 6 hours which teachers couldn't teach in the whole semester.
Thanks a lot Brother.❣

suryam
Автор

Biology padichittu clgla cs eduththa enakku neetha bro theivam! ❤😂

Shoba_
Автор

Finally Watching A Worthy Tamil Youtuber With Dedication

ethanhunt
Автор

Clg la mam sollradhu suthama puriyadhu naa....but neenga super ah solli tharinga...tnx naa❤

gnanendrarajm
Автор

Annnaaa🥺❤.... Thankq a lot seriouslyy Coaching centre la Kuda evlo alaghaa Yaarum explain pannadhu Ella Avlo clearrr ah eruku ungaloda thank you so much Naa❤

menagaarumugam
Автор

Guru vae....No words to say this after completing Engineering degree

ayeshasiddhikka
Автор

one of worth watching video ...not even a single second wasted in 6 hours.. ... hatss off to your way of teaching step by step....:)

preethiharini
Автор

Bro really na oru 3 months cls pora c program ku studio meaning kuda teriyadhu through your video na neraiya learn panna romba thanks 😊 heartfelt thanks ❤

Anonymous-puvs
Автор

Thanks na 🤗romba easy ya eruku nalla teach panringa. Romba use Full la eruku THANK U SOOO MUCH. Ethula na 12th la bio maths grp than eruthalum unga vdo puriyuthu

Viveha
Автор

Cool & Clear in explaining the concepts. Great teaching!!!. God bless...

MrRameshdharmar
Автор

Try to learn c from other you tube but I slept and felt boaring but urs is interesting (6.30 hrs ponadhe theriyale)thanks for good explanation

thilakarunkumar
Автор

Supera.. sollitharinga bro 🔥. Na ippotha 1st time c programming learn panre romba easy ya purunchurchu bro neenga solli thanthathu . Thanks bro 😊🤍 en friends ku kandipa unga videos recommend pannuven bro 🔥

santhosh
Автор

1 lack college fee ❌
15 rs jio recharge ✔️

ROBINstv.
Автор

Anna really you're a good teacher anna love please upload many videos related programming tamilnadu pasangalaku ungala mari oru teacher tha venum👏👏👏👏👏

barathhari
Автор

Motha biology grp um inga than da iruku😂

KarthiKeyan-.o
Автор

Comment the scanf statement to get float sa input
Answer:
#include<stdio.h>
#include<conio.h>
Void main()
{
float a;
printf("enter the decimal:");
scanf("%f", &a);
printf("a=%f", a);
getch()
}
output:
a=2.5

nirmalumapathi
Автор

1:06:10


#include <stdio.h>
main ()
{
int a = 1;
int b = 0;

printf("%d ", a && b);
printf("%d ", a || b);
}

ans : 0
ans : 1

imrxn
Автор

Gender and age

Gender = data type character (char)
And format specifier is %c

Age =data type integer(int)
And format specifier is %d

tools._.
Автор

1 data type -char
Specifier - %c
2 data type -int
Specifier - %d

jebaseelan
Автор

I am a 7th grade student. I can understand ur video clearly . Thank u bro very useful video❤❤

viboosha.s.b-rdtk