வெள்ளி, 19 மே, 2023

0 Online Programming Classes in Tamil - For Students and Job Seekers

Hi,

Greetings to you.

Are you a student / beginner programmer / IT job seeker?

Are you trying to learn programming?

Do you feel programming is difficult?

Are you looking for a good tutor to learn programming concepts?

Here is the good news for you!

Exclusive programming training from an expert having 20+ years of experience in the programming field.

It's a 3 month online course, 3 days in a week, in TAMIL

Specially designed for beginner programmers

You will learn logic building skills, problem solving skills, and C programming

By completing this course...

  • You will be able to learn any other programming languages.
  • You will be able to understand and write algorithms.
  • You can face technical interviews with confidence.
  • You can perform well in campus interviews.

Don't miss the opportunity to learn programming in a simple way.

Online classes are about to start soon.

If you are interested, Please contact thru mobile / email / or register using google form.


With best wishes,

Faridh, 

mobile: +91 8696 987 987

email: wisdomlogics@gmail.com

course registration form: https://forms.gle/CkSKvhPB9Xi9UZqw7



திங்கள், 14 நவம்பர், 2022

0 இதுவரை யாரும் அணுகாத கோணத்திலிருந்து புரோகிராமிங் கற்றுக்கொடுக்கும் புதிய YouTube சேனல் உதயம்

நேயர்களே!

+1, +2 மற்றும் கல்லூரியில் கம்ப்யூட்டர் சயின்ஸ் படிக்கும் மாணவர்களுக்கும் புதிய புரோகிராமர்களுக்கும் புரோகிராமிங் கற்றுக்கொடுப்பதற்காக என்னுடைய புரோகிராமிங் அனுபவத்தில் நான் கற்றதை "WISDOM LOGICS" யூடியூப் சேனல் வழியாக பகிர்ந்துகொண்டிருக்கிறேன்.

புதிய புரோகிராமர்களுக்கு என்னென்ன சந்தேகங்கள் ஏற்படும், அவர்களுக்கு பாடங்களில் கிடைக்காத விசயங்கள் என்னென்ன என்பதை அறிந்துவைத்திருப்பதால் அவர்களுக்கு புரோகிராமிங்கை புரியவைப்பதுதான் சேனலின் நோக்கமாகும்

பள்ளி அல்லது கல்லூரியில் கம்ப்யூட்டர் சயின்ஸ் குரூப்பில் படிக்கும் மாணவர்களுக்கு நமது வீடியோக்கள் மிகவும் பயனுள்ளதாக இருக்கும்
நமது சேனலை நீங்கள் சப்ஸ்கிரைப் செய்வதோடு இதை உங்களுக்கு தெரிந்த மாணவர்களிடம் அறிமுகப்படுத்திவைக்குமாறு அன்புடன் கேட்டுக்கொள்கிறேன்.

Please check out my computer programming tutorial videos on YouTube channel Wisdom Logics. Please recommend my channel to students and beginner programmers. More videos are on the way.






புதன், 22 மே, 2013

9 Pass by value vs Pass by reference

புரோகிராமிங் என்றால் என்ன? தொடர் 25

முந்தைய பாகத்தில் Named and Optional Arguments என்றால் என்னவென்று பார்த்தோம் அல்லவா? ஒரு procedure ரையோ அல்லது function னையோ call செய்யும்போது இரண்டு வழிகளில் அவற்றிற்கு நாம் arguments களை அனுப்பலாம். அவை Pass by value மற்றும் Pass by reference எனப்படும். அதைப்பற்றி இந்த பாடத்தில் பார்ப்போம்.

குறுக்கெழுத்துப்போட்டி அச்சிடப்பட்ட தாளை வைத்துக்கொண்டு உங்கள் வீட்டு திண்ணையில் உட்கார்ந்து கொண்டிருக்கிறீர்கள். பதில்களை நிரப்ப ஆயத்தமாகும்போது எதிர்வீட்டு நண்பர் வருகிறார். ஆசையா இருக்குப்பா! நானும் பதில் எழுதறேனே, எனக்கும் கொஞ்சம் கொடேன் என்று கேட்கிறார்.


திங்கள், 20 மே, 2013

0 Named and Optional Arguments என்றால் என்ன?

புரோகிராமிங் என்றால் என்ன? தொடர் 24

முந்தைய பாகத்தில் ஒரு procedure ரை call செய்யும் போது அதில் இருக்கும் அத்தனை parameter ருக்குமான input களையும் அதே வரிசைப்படி கொடுக்கவேண்டும். இல்லையானால் error message வரும் என்பதை பார்த்தோம்.

Function / procedure calling அடிப்படை -

1) declaration னில் உள்ள parameter வரிசைப்படி value க்களை அனுப்ப வேண்டும்.
2) அனைத்து parameter ருக்குமான value க்களையும் கட்டாயம் அனுப்பவேண்டும். 

இதில் உள்ள பிரச்சினைகள் -

1) வரிசைப்படித்தான் அனுப்ப வேண்டுமா? மாற்றி அனுப்பமுடியாதா?
2) கட்டாயம் அனுப்பித்தான் ஆகவேண்டுமா? விதிவிலக்கு இல்லையா?