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
I am very much enjoying this course sir. This is so much fun and exciting, also increases eagerness and raises numerous questions in my mind sir, like when declaring both float and long it merely reserves 4 bytes of space but how does it treates both differently and we mostly never explicitly mention like signed or unsigned but it manages correctly, and make me wonder even though we are learning to code yet there are lot of things happens under the hood and we take the abstractions as granted and etc sir
2533
0
130
Support Team
25-Oct-25
Glad to hear you’re enjoying the course! 😊
You’ve raised some great points — that curiosity shows real understanding. Concepts like memory handling and data types are managed internally by the compiler, and you’ll get more clarity as we go along. Keep exploring and asking questions!
Sir I have tried file first program I have created text file in c: but while executing the file I am getting blank out put page.
717
0
130
Support Team
05-Jul-22
Dear Kishore kumar,
Excellent for your try. You can find the problem with seeing the video once again. Please do that and let us know the experience. After that our support team will help you via remote. Thanks.
Sir, i am using these
# include<pthread.h>
# include<cursors.h>
2 headers files in my program. I am not able include it.
Error Displayed is
pthread.h: no such file or directory
cursor.h: no such file or directory
i am using Quincy
701
0
130
Support Team
25-Jun-22
Dear vijay,
Quincy is not supporting those headers from default. You can add in manually. But it is not essential to learn the c program basics.
Hope this helps.
Thanks.
No, you can't change the font in Quincy 2005. However, by accessing the Tools > Options > Editor feature, you can increase the font size, make it bold or increase the spacing. This seems to be the only changes that can be made to the fonts of this program.
Thank u so much sir. i just wanted to increase the font size. The default one seems to be very small. This worked.!!!!
478
476
130
Sinduja
05-Aug-21
Hai sir,I got an error as iso c90 does not support 'long long'.how to rectify this sir
458
0
130
Support Team
05-Aug-21
Kindly follow the below step to resolve this issue.
1. Open Quincy IDE and go to Tools->Options menu in the menu bar.
2. On the options menu, Build tab->Compilation behavior group. Here you have to check the "C99 Support for C Program"