1st Year, CIVIL

C Programming and Data Structures Laboratory Civil Syllabus for B.Tech 1st Year 1st Sem R22 Regulation JNTUH

C Programming and Data Structures Laboratory detailed syllabus for Civil Engineering (Civil), 1st Year 1st Sem R22 regulation has been taken from the JNTUH official website and presented for the B.Tech students affiliated to JNTUH course structure. For Course Code, Subject Names, Theory Lectures, Tutorial, Practical/Drawing, Credits, and other information do visit full semester subjects post given below. We make sure the result links and syllabus uploaded here is latest and up to date, also the syllabus PDF files can also be downloaded from the universities official website.

For Civil Engineering (Civil) 1st Year 1st Sem R22 Regulation Scheme, do visit Civil 1st Year 1st Sem R22 Scheme. The detailed syllabus for c programming and data structures laboratory is as follows.

C Programming and Data Structures Laboratory Subject Syllabus for Civil 1st Year 1st Sem R22 Regulation

Course Objectives:

For the complete Syllabus, results, class timetable, and many other features kindly download the iStudy App
It is a lightweight, easy to use, no images, and no pdf platform to make students’s lives easier.
Get it on Google Play.

Course Outcomes:

  1. Develop modular and readable C Programs
  2. Solve problems using strings, functions
  3. Handle data in files
  4. Implement stacks, queues using arrays, linked lists.
  5. To understand and analyze various searching and sorting algorithms.

List of Experiments:

  1. Write a C program to find the sum of individual digits of a positive integer.
  2. Fibonacci sequence is defined as follows: the first and second terms in the sequence are 0 and 1. Subsequent terms are found by adding the preceding two terms in the sequence. Write a C program to generate the first n terms of the sequence.
  3. Write a C program to generate all the prime numbers between 1 and n, where n is a value supplied by the user.
  4. Write a C program to find the roots of a quadratic equation.
  5. Write a C program to find the factorial of a given integer.
  6. Write a C program to find the GCD (greatest common divisor) of two given integers.
  7. Write a C program to solve Towers of Hanoi problem.
  8. Write a C program, which takes two integer operands and one operator from the user, performs the operation and then prints the result. (Consider the operators +,-,*, /, % and use Switch Statement)
  9. Write a C program to find both the largest and smallest number in a list of integers.
  10. Write a C program that uses functions to perform the following:
    1. Addition of Two Matrices
    2. Multiplication of Two Matrices
  11. Write a C program that uses functions to perform the following operations:
    1. To insert a sub-string in to a given main string from a given position.
    2. To delete n Characters from a given position in a given string.
  12. Write a C program to determine if the given string is a palindrome or not
  13. Write a C program that displays the position or index in the string S where the string T begins, or – 1 if S doesn’t contain T.
  14. Write a C program to count the lines, words and characters in a given text.
  15. Write a C program to generate Pascal’s triangle.
  16. Write a C program to construct a pyramid of numbers.
  17. Write a C program that uses functions to perform the following operations:
    1. Reading a complex number
    2. Writing a complex number
    3. Addition of two complex numbers
    4. Multiplication of two complex numbers

(Note: represent complex number using a structure.)

  1. Write a C program which copies one file to another.
  2. Write a C program to reverse the first n characters in a file.

(Note: The file name and n are specified on the command line.)

    1. Write a C program to display the contents of a file.
    2. Write a C program to merge two files into a third file (i.e., the contents of the first file followed by those of the second are put in the third file)
  1. Write a C program that uses functions to perform the following operations on singly linked list.:
    1. Creation
    2. Insertion
    3. Deletion
    4. Traversal
  2. Write C programs that implement stack (its operations) using
    1. Arrays
    2. Pointers
  3. Write C programs that implement Queue (its operations) using
    1. Arrays
    2. Pointers
  4. Write a C program that implements the following sorting methods to sort a given list of integers in ascending order
    1. Bubble sort
    2. Selection sortiii)Insertion sort
  5. Write C programs that use both recursive and non recursive functions to perform the following searching operations for a Key value in a given list of integers:
    1. Linear search
    2. Binary search

TEXT BOOKS:

For the complete Syllabus, results, class timetable, and many other features kindly download the iStudy App
It is a lightweight, easy to use, no images, and no pdf platform to make students’s lives easier.
Get it on Google Play.

For detailed syllabus of all the other subjects of B.Tech 1st Year Civil Engineering (Civil), visit Civil Engineering (Civil) 1st Year Syllabus Subjects.

For results of Civil Engineering (Civil) 1st Year 1st Sem R22 Regulation, visit Civil 1st Year 1st Sem R22 Regulation results direct link.

Leave a Reply

Your email address will not be published. Required fields are marked *

*