Tuesday, July 7, 2020

Best way to Learn C Programming

C is obviously the most powerful general purpose programming language for beginners. It is a procedural language which supports structured programming. To know about the basics and History behind the C Language refer this website https://en.wikipedia.org/wiki/C_(programming_language) 

Popular websites to learn C Programming are
  1. tutorialspoint - https://www.tutorialspoint.com/cprogramming/index.htm
  2. w3schools - https://www.w3schools.in/c-tutorial/
  3. javatpoint - https://www.javatpoint.com/c-programming-language-tutorial
  4. geeksforgeeks - https://www.geeksforgeeks.org/c-programming-language/
  5. fresh2refreh - https://fresh2refresh.com/c-programming/
Some of the best books for C programming are
  1. The C Programming Language by Brian Kernighan and Dennis Ritchie 
  2. C Programming: A Modern Approach by Kim N. King
  3. Expert C Programming by Peter Van der Linden
  4. C, The Complete Reference by Herbert Schildt
  5. C in Depth by Srivastava
  6. C Programming Absolute Beginner's Guide by S. D. Perry                   
Courses in Udemy and Youtube will be more helpful for learning Programming in an interactive way. 

Thursday, June 18, 2020

Wednesday, June 17, 2020

Sunday, June 14, 2020

Exploring float data type in C

Float is one among the basic data type in C.  Floating point numbers in C has precision up to 6 decimal places.  T he header file float.h de...