• Home
  • Contact Us
  • Lifestyle
  • Travel
  • Health
  • Fitness
  • Sports
  • Technology
Monday, May 19, 2025
  • Login
informer57.com
  • Home
  • Contact Us
  • Lifestyle
    Can Proactive PR Strategies Help Celebrities Manage Their Reputation?

    Can Proactive PR Strategies Help Celebrities Manage Their Reputation?

    hair relaxer lawsuit

    Types of Hair Treatments And relaxers in New York

    best Fully Automatic washing machine

    List of best Fully Automatic washing machine Brands in India

    11 Fashion Essentials Men Mustn’t Miss Out on Incorporating!

    11 Fashion Essentials Men Mustn’t Miss Out on Incorporating!

  • Travel
  • Health
  • Fitness
    The Art of Building a Kitchen That Motivates You to Eat Healthily

    The Art of Building a Kitchen That Motivates You to Eat Healthily

    What Is Eye Yoga: Why Do You Need It, Exercises, Benefits & More!

    What Is Eye Yoga: Why Do You Need It, Exercises, Benefits & More!

  • Sports
  • Technology
No Result
View All Result
  • Home
  • Contact Us
  • Lifestyle
    Can Proactive PR Strategies Help Celebrities Manage Their Reputation?

    Can Proactive PR Strategies Help Celebrities Manage Their Reputation?

    hair relaxer lawsuit

    Types of Hair Treatments And relaxers in New York

    best Fully Automatic washing machine

    List of best Fully Automatic washing machine Brands in India

    11 Fashion Essentials Men Mustn’t Miss Out on Incorporating!

    11 Fashion Essentials Men Mustn’t Miss Out on Incorporating!

  • Travel
  • Health
  • Fitness
    The Art of Building a Kitchen That Motivates You to Eat Healthily

    The Art of Building a Kitchen That Motivates You to Eat Healthily

    What Is Eye Yoga: Why Do You Need It, Exercises, Benefits & More!

    What Is Eye Yoga: Why Do You Need It, Exercises, Benefits & More!

  • Sports
  • Technology
No Result
View All Result
informer57.com
No Result
View All Result
Home Blog

Programming Language-1 Syllabus Diploma in computer Engineering

informer57 by informer57
17.11.2020
in Blog
0
programming-language-1-syllabus-diploma-in-computer-engineering-2
0
SHARES
43
VIEWS
Share on FacebookShare on Twitter

RelatedPosts

Revitalize Your Appearance with Expert Eye Bag Treatments

Revitalize Your Appearance with Expert Eye Bag Treatments

20.12.2024
Military Times

Camp Lejeune Compensation Update: Navy and DOJ’s Rapid Payout Initiative

29.10.2023
  • To develop knowledge and skill to prepare programs in C.
  • To develop knowledge and skill to create, compile, debug & execute C programs.

 

SHORT DESCRIPTION

Basics of C program; Data types; Variables; Operators; Expressions; Input-Output statements; Branching and Looping statements; Arrays; preprocessors, Functions, Pointers; Structures and Unions; File operations and Graphics.

 

DETAIL DESCRIPTION

Theory:

 

1          Understand fundamentals of C Programming

  • Describe the historical development of C Programs.
  • Describe the Basic structure of C program and programming style .
  • State the difference of C with other high level languages.
  • Explain the process of program planning.
  • Describe algorithm and flow chart.
  • Prepare algorithm and flow chart for simple problems.
  • State the process of compiling C program.
  • Write simple programs using basic structure of C program.

 

2          Understand data types, constants and variables.

  • Describe the data types in C.
  • Explain constants and variables in C.
  • Describe the keywords and identifiers in C.
  • Mention the use of qualifiers in data types.
  • Declare variables and asign values to variables.
  • State the type conversion and type defination in C.
  • Write simple programs using constants and variables.

 

3          Understand Operators and Expressions.

  • State C operators and their classification.
  • Describe the arithmetic, relational, logical, assignment, increment, decrement and conditional operators.
  • Explain the bitwise and special operators.
  • Write arithmetic expression & its evaluation.
  • Describe the precedence of arithmatic operators.
  • Mention operator precedence and associativity.
  • Write simple programs using operators and expressions.


4          Understand the input and output operations.

  1. Describe the statement getting input from keyboard.
  2. Describe the statements printing output on screen and by printer.
  3. State the codes used for formatted I/O.Statements.
  4. Mention the escape sequence in C.
  5. Write programs using I/O statements.

 

5          Understand the Branching and Looping Statements.

  • Describe the conditional an unconditional branching flow.
  • State the statement for conditional and unconditional branching.
  • Explain the format for branching statements.
  • Describe the conditional an unconditional Looping flow.
  • State the statement for conditional and unconditional Looping.
  • Explain the format for looping statements
  • Write programs using branching and looping statements.

 

6          Understand arrays

Define arrays

Describe the dimension of arrays.

Initialize arrays.

Write programs using arrays.

 

7         Understand preprocessor statements in C.

  • Describe the preprocessor directives and their functions.
  • Define header.
  • Describe the process of including header in routine.
  • Explain the use of macro.
  • Describe the advantage of macros over functions in programs
  • Write programs using preprocessor statements.

 

8          Understand pointer and its application.

  • Define pointer.
  • Describe the characteristics of pointer.
  • Explain pointer expressions.
  • Write programs using pointers.

 

9          Understand Function.

9.1       Explain library function and user defined function.

9.2       Describe the process of calling functions and returning values from functions in C.

9.3       Describe arguments used in functions.

9.4       Mention function prototype.

9.5       Write programs using library function and user defined function..


10        Understand structure and union.

10.1     Describe structure and union.

10.2     Mention structure and union declaration.

10.3     Distinguish between structure and union.

10.4     Write simple programs using structure and union.

 

11        Understand file operations.

11.1     Describe file operations.

11.2     State the modes of opening files.

11.3     Describe the functions that support character I/O.

11.4     Explain the routines for performing formatted I/O to files

11.5     Write programs for reading, writing and editing files.

 

12        Understand graphics and its application.

12.1     Describe how graphics are created in computers.

12.2     State resolution.

12.3     Describe the graphic statements for creating point, line, circle, arc and polygon.

12.4     Describe the statements required for selecting color and filling shapes by color.

12.5     Describe the statements used to copy and move text and graphics.

12.6     Write programs to create simple graphics..

 

Practical:

Perform skill to create, compile, debug & execute C programs to solve specific problems.

  1. Test simple programs using basic structure of C program

1.1      Test a program for printing a message.

1.2       Test a program for adding two integer numbers.

 

  1. Test simple programs using constants and variables

2.1       Test a program to calculate the average of a set of N numbers..

2.2       Test a program to convert the given temperature in fahrenheit to celcius and vice versa.

2.3       Test a program to calculate the area of a circle.

 

  1. Test programs using operators and expressions.

3.1       Test a program to convert days to months and days.

3.2       Test a program to calculate the area of a traingle..

3.3       Test a program to compare two integer numbers

 

  1. Test programs using I/O statements.

4.1       Test a program for reading integer/real number.

4.2       Test a program for summation of three floating point numbers from keyboard.

4.3       Test a program to convert centimeter to inch using scanf () and Printf () statements.

  1. Test programs using Branching Statements.

5.1       Test a program to select and print the largest of the three numbers.

5.2       Test a program to compute the roots of a quadratic equation.

5.3       Test a program to count vowels from a string of ten characters using switch statement.

6         Test programs using Looping Statements

6.1       Test a program to print odd or even numbers from 1 to 100..

6.2       Test a program to find the maximum or minimum number from a set of numbers

6.3       Test a program for searching prime numbers.

7       Test programs using arrays.

7.1       Test a program to sort numbers in ascending or descending order using one dimensional array..

7.2       Test a program to print numbers in two dimensional form.

7.3       Test a program for matrix multiplication.

  1. Test programs using preprocessor statements.

8.1       Test a program to determine hypotenuse of right angled triangle using macro.

8.2       Test a program to determine the area of a triangle using nested macro.

9          Test programs using pointers.

9.1       Test a program to illustrate the use of pointers in arithmatic operations.

9.2       Test a program using pointers to compute the sum of all elements stored in an array.

10        Test programs using functions.

10.1     Test a program to calculate the area of a triangle using function.

10.2     Test a program that uses a function. to sort an array of integers.

10.3     Test a program calculate factorial of any integer using recursive function.

11        Test programs using using structure and union..

11.1     Test a program to store and retrive data using structure.

11.2     Test a program sample program using union.

12        Test programs using files.

12.1     Test a program to store information to or to read information from sequential file.

12.2     Test a program to store information to or to read information from random file.

12.3    Test a program to convert lower to uper case conversion. using file.

13        Test programs using graphics.

13.1     Test a program to draw a line with different styles.

13.2     Test a program to. draw a circle with different colours.

13.3    Test a program to. generate nested ellipse.

 

Reference books:

  1. programming in C – E. Balagurusamy.
  2. Teach yourself C _ Herbert Schildt.

Previous Post

GPay Customer Service Number & Email Address

Next Post

Instant Money Order Post Offices List Maharashtra Circle

informer57

informer57

Related Posts

Revitalize Your Appearance with Expert Eye Bag Treatments

Revitalize Your Appearance with Expert Eye Bag Treatments

20.12.2024
Military Times

Camp Lejeune Compensation Update: Navy and DOJ’s Rapid Payout Initiative

29.10.2023

Black Seed Oil – Health Benefits, Side Effects, Dosage and More

Load More
Next Post
instant-money-order-post-offices-list-maharashtra-circle-2

Instant Money Order Post Offices List Maharashtra Circle

Recommended

mauritius-all-bank-swift-code-2

Mauritius All Bank Swift Code

4 years ago
teletalk-1gb-23-tk-internet-offer-2020-2

Teletalk 1GB 23 TK Internet Offer 2020

5 years ago

Don't Miss

What is Contact Center as a Service (CCaaS)?

What is Contact Center as a Service (CCaaS)?

17.03.2025
Surgical Staplers Market: Proliferating Spot of Opportunities 

Surgical Staplers Market: Proliferating Spot of Opportunities 

28.02.2025
Revitalize Your Appearance with Expert Eye Bag Treatments

Revitalize Your Appearance with Expert Eye Bag Treatments

20.12.2024
Can Proactive PR Strategies Help Celebrities Manage Their Reputation?

Can Proactive PR Strategies Help Celebrities Manage Their Reputation?

24.07.2024

About Us

informer57.com

Whatever you need, informaer-57 is here to provide you with the most updated news and updates worldwide. Visit our site and get notified for more!

Thank you :)

Follow us

Recent News

What is Contact Center as a Service (CCaaS)?

What is Contact Center as a Service (CCaaS)?

17.03.2025
Surgical Staplers Market: Proliferating Spot of Opportunities 

Surgical Staplers Market: Proliferating Spot of Opportunities 

28.02.2025
Revitalize Your Appearance with Expert Eye Bag Treatments

Revitalize Your Appearance with Expert Eye Bag Treatments

20.12.2024

Categories

  • Admit card
  • Adult
  • animal
  • Apps
  • Automotive
  • Bd
  • Bd jobs
  • Biography
  • Blog
  • Business
  • Car
  • Category
  • Education
  • Finance
  • Fitness
  • Food
  • Gaming
  • Health
  • Investment
  • Job circular
  • Job exam date
  • Job result
  • Law
  • Lifestyle
  • Misc
  • Mobile
  • Real estate
  • SELF CARE
  • Sports
  • Tech
  • Technology
  • Tips
  • Top 10
  • Trading
  • Travel
  • Trending
  • Privacy Policy
  • Contact Us
  • DMCA
  • Terms And Conditions

Copyright © 2025 All Rights Reserved | Powered by Informer57 | contact@may15media.com

No Result
View All Result
  • Home
  • Contact Us
  • Lifestyle
  • Travel
  • Health
  • Fitness
  • Sports
  • Technology

Copyright © 2025 All Rights Reserved | Powered by Informer57 | contact@may15media.com

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In