Home Page


Welcome to the World of Online Learning

This blog helps you to learn C programming concepts. You can learn C language at your own speed and time. One can learn concepts of C language by practicing various programs given on various pages of this blog. Enjoy the power of Self-learning using the Internet.

CProgramPracticals


C Branching Statements  
Branching Statements in C: C language executes program statements in a sequence. Sometimes we need to alter the flow of sequence of statements. This is possible using Branching statements offered by C language. They are also known as control statements. Branching Statements of C are given below:
  • if statement
  • if…else statement
  • switch statement
  • nested if statement


Looping Statements
Looping statements in C: In computer programming, a loop is a sequence of commands or statements that are repeated many times. Looping statements in C language are as under:
  • for statement
  • while statement
  • do…while statement

C Files
File Management in CWe create a File for permanent storage of data. C language provides many functions that help us to perform various file operations. 

Read more details about general syntax of File Management, reading content from a file, writing and appending content to a file.
 

 Flowchart
Flowchart
A flowchart is a graphical representation of algorithms, workflow or process. The purpose of a flowchart is to provide people with a common language for understanding a project or process. Each flowchart represents a solution to a given problem definition.

Know more details about the Flowchart here...


Array in C

Array provides easy way to represent our data in C program. If we want to store marks of 100 students, then declaring 100 different int type of variables is not a good idea in C. C language provides facility to solve this issue using concept of “Array”. An array is collection of variables with same datatype.

In C language Arrays are of two types:
  • One-dimensional arrays
  • Multidimensional arrays


Function in C

Function is a group of statements which performs a specific task. It is also known as Sub-routine or Procedure or Method. There are two types of C functions:
  • Library Functions (also known as System defined function)
  • User defined functions (written by programmers)

Know more details about C Functions and other important aspects here...


Structure in C

Structure is one of the important data type in C language. Structure is a collection of variables with different datatypes. The structure variable in C can be declared using “struct” keyword. 

Learn more details and syntax about C Structure here...
Structure in C


* * * * *

34 comments:

  1. Very useful blog for beginners

    ReplyDelete
  2. Thank you "Bharat Jago",

    Lets explore the power of Internet for Self-learning...

    ReplyDelete
  3. It's really very useful blog to learn C Programming.

    ReplyDelete
    Replies
    1. Thank you star_c,

      Enjoy the power of self-learning on Internet..

      Have a Nice and Safe Surfing...

      Delete
  4. It's a really very useful blog for c programming learners. Programs are written in such a way that any one can easily understand it.

    nice one

    ReplyDelete
  5. Nice Blog.. really great for beginners.

    ReplyDelete
  6. It's a unique platform for students to get basic knowledge about C in a easier way. A very useful blog !!!

    ReplyDelete
    Replies
    1. Thank you Mansi...Enjoy the power of Self-learning through Internet...

      Delete
  7. Thank you Aklam Niazi Khan for appreciating this initiative....Enjoy the power of Internet based free learning...

    ReplyDelete
  8. Great site for Special C programs.

    ReplyDelete
  9. ખૂબ સરસ વેબ સાઇટ છે.

    ReplyDelete
  10. This comment has been removed by a blog administrator.

    ReplyDelete
    Replies
    1. Thank you Logavani G for appreciating this initiative....Enjoy the power of Internet based free learning...

      Delete
  11. Great initiation Sir and it's worth for freshers as well as for beginners.

    ReplyDelete
  12. Nice blog to learn C Programming

    ReplyDelete
  13. It's a really very useful blog for c programming learners. Programs are written in such a way that any one can easily under. Nice

    ReplyDelete
  14. This site is very great! Learning from this

    ReplyDelete
  15. Amazing article bro Learn Programming

    ReplyDelete
    Replies
    1. Dear Vivek,

      Thank you for referring this site.

      With best wishes,

      Delete
  16. Such good blog sir plz share some tips about how to qualify google adsence?

    ReplyDelete
  17. really appreciable work sir!!

    ReplyDelete
  18. Thank you for sharing such knowledgeable post its not only helpful for the old but also new student for better preparation.A lot for sharing such a good source with all, i appreciate your efforts taken for the same

    ReplyDelete
  19. very useful and informative! keep on truck !

    ReplyDelete
  20. thanks for sharing very useful information about c programming concept. I

    ReplyDelete
  21. Excellent article!!! Good work, your concept is really helpful for me.

    ReplyDelete