Posts

Showing posts from September, 2019

Tips and Tricks for declaring variables | C Weekly | Power Of C

Tips and Tricks for declaring variables Declaring variables is not a easy task. It is a difficult and mind confusing task. So here, I am providing some tips that can help you to declare variables easily in C Programming. Always try to follow the following points : 1. Every variable name must start with a letter(a-z , A-Z) or a underscore( _ )  2. Never start a variable name with numbers,symbols,etc 3. A variable should not contains special characters like $  < * & ^ % #, etc 4. A variable can contain only digits,letters(it may be upper case or a lower case),underscore 5. Variables must be realistic and connected to real life problem, for example if you are writing a program for calculating total marks of student then use the variables like total_marks,etc 6. Do not use short,letter names. for example, to store student total marks don't use the variables like a,b,f,m,etc. they are confusing names.  7. Avoid too much long names. ...

Why You Need A Good IDE | Programming Tips

Hello everyone, Welcome this Blog: " DSC REC  Bijnor ". Today's topic is 'Why you need a good IDE or Text Editor?' As we know that every Programming Language has its own syntax. The purpose of using an IDE is to highlight the syntax of different programming languages. Now a question is arises in your mind.why we need to highlight the syntax? The answer is when you're working with a big project which  contains  a thousand lines of code, then how can you find the bug(error) in that code. We can write the code in simple notepad or any text editor still it will work but it makes no sense because it does not  provide  proper syntax of any programming. that's why we need an IDE or a Text Editor. Now how we choose a Good IDE? well it depends upon you. You can choose any IDE which you find comfortable for you. The selection of IDE depends upon your requirements. There are no rules for choosing any IDE or Text editor. But choose at least one IDE to work wi...

C Weekly | Power of C

Hey, My name is Kumar Shanu and I am here to inform you that we are launching a weekly series on C Programming named as " C Weekly | Power of C " in which I'll tell you the use of C ,power of C, why it is so popular and how to use C.  And I am so excited to start it with you. Can't Wait.!! 😊 Let me tell you something about C. C is a general-purpose programming language which features modern control flow and Data structures, and a rich set of operators. C is not a "very high" level language. It was designed  by Dennis Ritchie in 1970s. It's been around 50 years and C is still in use. why? Because  "C has The same future computer itself has. C can only die probably when there is no longer computer and computing devices, but as long as these are alive,C will also be alive. Most operating system kernels if not all were written in pure C,camera lens drivers are written in same, turbine engine OS are mostly written in C with a lot of game en...
Image
TIOBE index for September 2k19

Welcome To DSC

Hello peoples..! Welcome to the DSC club. 😊 This is official blog of our club which is functioning in Rajkiya Engineering College Bijnor. This Blog will surely going to help you in technical domain of knowledge. So stay connected !!