Introduction Data type Variable-Constant Keyword-Identifier Operations Input&Output If-else Switch loops String Array Functions Recursion-Function Mat-Function Pointers File handling Read & write Error handling Read & write error handling


C Overview
Structure

Here is the simple example for this:-

Example
#include <stdio.h>
 int main() 
   { 
   
    printf("Hello World!");
    
       return 0; 
    }
              
OutPut
Hello World!
Click to Kannda !





@2022, Padma Education.

We cannot warrant full correctness of all content, we try to give our best. While using Padma education website, you agree to have read and accepted our terms and Conditions , privacy policy.