Fundamentals of C

Why Learn C
In this video tutorial, the author explains how important it is to learn Programming Techniques, and why it is best to choose 'C' language to learn the programming techniques.

Since 'C' programming language is the mother of most of the modern languages such as C++, C#, Java, PHP, Javascript, Android development etc. learning 'C' becomes very important.

Also, author is very keen in imparting this information to the candidates who are willing to master the 'C' language, because once if the people understand the importance of anything, they are ready to put any effort, without much difficulty. The learning will become very enjoyable.

Click Play button below, to watch the Video : Why Learn C

Student
Tajudeen   04-Dec-22

The below function not working var app = angular.module("test",[]); app.controller("t",function($scope) { alert(); $scope.changename=function() { var input=prompt("Enter a name here:"); if(input) $scope.yourName=input; } });

Support Team
Support Team   06-Dec-22

Dear Tajdeen, Please try the project from the begging. Build the program step by step, you will get it works. Hope this helps. Thanks.
REPLY

Total Duration: 15:11:57