ad

Friday, February 14, 2025

What is the C language

 
               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;

}

Output :- 

Hi Friend

Related Post :-

php echo function

Creating Sample Customer order Form Using HTML

css column gap property


Sunday, February 9, 2025

Top 10 html MCQ with Answers

Top 10 HTML  MCQ With Answers 

Top 10 html MCQ with Answers


1]  CSS  full form?

  1.  color and style sheets
  2. Cascade style sheets
  3. Cascading style sheets
  4. None of the above

Answer: 3) Cascading style sheets

2] Which of the following is the correct syntax for external style sheet?

  1. <style src="example.css>
  2. <style src= example.css>
  3. <stylesheet> example.css </stylesheet>
  4. <link rel="stylesheet" type="text/css" href="main.css">

Answer: 4) <link rel="stylesheet" type="text/css" href="main.css"

3] The property in CSS use to change the background color of element ?

  1. bgcolor
  2. background-color
  3. color
  4. All of the above

Answer: (c) background-color

4] The property in CSS use to change the text color of  element

  1. bgcolor
  2. background-color
  3. color
  4. All of the above

 Answer: 3) color

5) The CSS property use to control the element font-size

  1. text-size
  2. text-style
  3. font-size
  4. None of the above

Answer: 3 ) font-size

6] The HTML attribute use to define the inline styles

  1. styles
  2. style
  3. class
  4. None of the above

Answer: 2) style

7]  The HTML attribute use to define the internal stylesheet

  1. <style>
  2. style
  3. <link>
  4. <script>

Answer: (a) <style>

8] Which of the following CSS property is use to set the background image of element?

  1. background-attachment
  2. background- color
  3. background-image
  4. None of the above

Answer: 3) background-image

9] How to create an unordered list in HTML?

  1. <ul>
  2. <li>
  3. <ol>
  4. <i>

Answer: 1) <ul>

10]  Which character is use to represent the closing of a tag  HTML?

  1. \
  2. !
  3. /
  4. \\

Answer: 3) /


Related Post :-

how to create login form

php program to print hear star pattern

css border property