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
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
Guest User Preview
17-Nov-21
534
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"