ad

Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Friday, February 14, 2025

What is the C language

 
               What is the C language

1]    full form  c stands for computer programming  language .

  2] C language  developed and father by Dennis Ritchie at the  Bell Laboratories in 1972 .

  3] C is widely use programming language they are important for the c is low level programming       efficiency simplicity and flexibly, portability influence, system and application software embedded  system, large ecosystem, interfacing with hardware is programming language .

 4] C Is a general-purpose programming language.

 5] C is middle level programming language.

  6] Used c language developing computer software, system programming, application, games such as windows and complicated programs such oracle database, python, git, interpreter

 7] C is an imperative procedural language supporting structured programming.

 8] C language is a procedural and general-purpose programming language.

 9] C is portable assembly language. designed to ease to implementation of compiler the produce high quality code

 10] C uses t0 blocks to separate pieces of code that performing different tasks that helps easier clean code and easier to understand and easy to find  mistake of program

 11] C allows low level memory access provide simple  and clean structure.

C Program Structure 

#include<stdio.h>

#include<conio.h>

int main()

{

printf(" Hi Friend");

return 0;

}

Explain Program

Step :1

#include <stdio.h>

  • compiler to include the contents of the Standard Input Output header file (stdio.h) before actual compilation starts.
Step :2

#include <conio.h>


  •  Console Input Output header file.
Step :3

int main() { ... }


  •  main() function — this is where execution 
  •  Indicates that the function returns an integer to the operating system.
  •  returning 0 means the program executed successfully.

Step :4

printf(" Hi Friend");

  • Displays to the text Hi Friend on the output screen
  • message with a space 
Step :5

return 0;


  •  Signals that the program completed successfully.

C Program Structure 

Output :- 

Hi Friend


Related Post :-

php echo function

Creating Sample Customer order Form Using HTML

css column gap property




Thursday, July 11, 2024

Free Online PHP Course

 

         PHP Course Online Free



 



 PHP Introduction



 PHP Variable  



 PHP Data Type 



 PHP Operators


 PHP Comparison Operators


 PHP Assignment Operators

 PHP Arithmetic Operators


 PHP Logical Operators 


 PHP String Operators

PHP Increment/Decrement Operators


 

 PHP If Statements 


 PHP if  else Statement 


 PHP else if ladder

 PHP Switch Statement


 PHP While loop


 PHP For loop

 PHP Array

 PHP Array Type


 PHP Syntax

 PHP Comments



 PHP echo Function


PHP Form Handling 

Registration Form in PHP 

login Form in php 


 PHP even odd program


PHP Check no positive/ negative

 How to Run PHP Program

 PHP no is Palindrome number 


 Factorial no program php


 armstrong no in php


 PHP sum of digits program

 PHP  leap year program


Character Patterns in php program

 Print Alphabet Pattern K

print Alphabet Pattern K

 Print Alphabet Pattern QPHP 

PHP Program to print Alphabet Pattern Q




  PHP Print Alphabet Pattern R

PHP Program to print Alphabet Pattern R

PHP-Print  Alphabet Pattern A 

PHP Program to print Alphabet Pattern A

  PHP- Print  Alphabet Pattern P

PHP Program to print Alphabet Pattern P

PHP- print Alphabet Pattern F 

PHP Program to print Alphabet Pattern F


 PHP-Print Alphabet Pattern H

PHP Program to print Alphabet Pattern H


 PHP-Print Alphabet Pattern B

PHP Program to print Alphabet Pattern B

 PHP-Print Alphabet Pattern G


 PHP-Print Alphabet Pattern O

PHP Program to print Alphabet Pattern 0


 PHP-Print Alphabet Pattern U

PHP Program to print Alphabet Pattern U


 PHP-Print Alphabet Pattern E

PHP Program to print Alphabet Pattern  E


 PHP-Print Alphabet Pattern L

PHP Program to print Alphabet Pattern  L


 PHP-Print Alphabet Pattern J

php-program-to-print-alphabet-pattern-j


 PHP-Print Alphabet Pattern M

PHP Program to print Alphabet Pattern  M


 PHP-Print Alphabet Pattern N

php program to print alphabet pattern N

 PHP-Print Alphabet Pattern I

php program to print alphabet pattern I

 PHP-Print Alphabet Pattern C

php program to print alphabet pattern C

 print square pattern in php

Program to print square pattern in php

  print reverse right Half    Pyramid pattern in php

Program to print reverse right Half Pyramid pattern in php

 Program to print inverted Pyramid star pattern in php

Program to print inverted Pyramid star pattern in php

print left pascal star pattern php

Program to print left pascal star pattern in php

 php print increasing triangle

print-increasing-triangle-in-php

 PHP half diamond Pattern

php program to print half diamond  pattern

 PHP Print diamond Pattern

php program to print diamond pattern

 PHP print triangle Pattern

php program to print triangle pattern

 PHP print left half pyramid star Pattern

php program to  print left half pyramid star pattern

 inverted left half pyramid PHP

php program to print inverted left half pyramid pattern

 print inverted right half pyramid PHP

php program to print inverted right half pyramid

 PHP-print hollow triangle star pattern

php program to print hollow triangle star pattern

 PHP-print hollow pyramid star pattern 

php program to print hollow pyramid star pattern

 PHP-print hourglass star pattern 

php program to print hourglass star pattern

 PHP print heart Star Pattern

php program to print heart star pattern

 php program to print number increasing pyramid

php program to print number increasing pyramid


 PHP print increasing  reverse pyramid

php program to print number increasing reverse pyramid


 PHP print inverted Pyramid star pattern

php program print inverted Pyramid star pattern in php

 php program print square number pattern

php program print square number pattern

 PHP print inverted Pyramid star pattern

php program print diamond number pattern

 PHP print Alphabet Pattern Z

php program to print Alphabet pattern Z


 PHP-print Alphabet Pattern Y

php program to print Alphabet pattern y

 PHP print Alphabet Pattern S

php program to print Alphabet pattern s

 PHP print Alphabet Pattern T

php  loop  to print alphabet pattern T

PHP print Alphabet Pattern V 

php  loop  to print alphabet pattern V

 php Session

PHP Session

 PHP Data And Time Function

PHP Data and  Time Function

 PHP Cookies 

PHP Cookies

 PHP File Handling 

PHP File Handling

 PHP $_POST Method 

PHP $_POST  Method

 PHP $_GET Method 

get method php