2023 2024 EduVark > Education Discussion > General Discussion


  #1  
July 25th, 2016, 02:22 PM
Unregistered
Guest User
 
VTU Lab Manuals

Hi sir, I wants to get the C programming Lab Mannual of the VTU university ? will you please provide it ?
Similar Threads
Thread
Starcraft RV Manuals
NPTI Manuals
LG Manuals
IIT Kanpur Lab Manuals
VTU Lab Manuals VLSI
Anna University Chennai Lab Manuals

  #2  
July 25th, 2016, 03:35 PM
Super Moderator
 
Join Date: Mar 2013
Re: VTU Lab Manuals

As you asking for the C programming Lab Mannual of the VTU university the Lab Mannual is as given below :


Design, develop and execute a program in C to find and output all the roots of a given quadratic equation, fornonzero coefficients.
1.
Design, develop and execute a program in C to implement Euclid's algorithm to find the GCD and LCM of twointegers and to output the results along with the given integers.

2.
Design, develop and execute a program in C to reverse a given four digit integer number and check whether it is apalindrome or not. Output the given number with suitable message.

3.
Design, develop and execute a program in C to evaluate the given polynomial f(x) = a 4x4 + a3x3 + a2x2 + a1x +a0 for given value of x and the coefficients using Horner's method.
4.
Design, develop and execute a program in C to copy its input to its output, replacing each string of one or moreblanks by a single blank.
5.
Design, develop and execute a program in C to input N integer numbers in ascending order into a single dimensionarray, and then to perform a binary search for a given key integer number and report success or failure in the formof a suitable message.
6.
Design, develop and execute a program in C to input N integer numbers into a single dimension array, sort them into ascending order using bubble sort technique, and then to print both the given array and the sorted array withsuitable headings.
7.
Design, develop and execute a program in C to compute and print the word length on the host machine.

8.Design, develop and execute a program in C to calculate the approximate value of exp (0.5) using the TaylorSeries expansion for the exponential function. Use the terms in the expansion until the last term is less than the
machine epsilon defines as FLT_EPSILON in the header file . Print the value returned by the Mathematicalfunction exp ( ) also.

9.
Design, develop and execute a program in C to read two matrices A (M x N) and B (P x Q) and to compute the product of A and B

if the matrices are compatible for multiplication. The program is to print the input matrices and the resultant matrix with suitable headings and format
if the matrices are compatible for multiplication, otherwise the program must print a suitable message. (For the purpose of demonstration, the array sizes M, N, P, and Q canall be less than or equal to 3)

Design, develop and execute a parallel program in C to add, elementwise, two one dimensional arrays A and B of N integer elements and to store the result in another onedimensional array C of N integer elements.


Design and develop a function rightrot (x, n) in C that returns the value of the integer x rotated to the right by n bit positions as an unsigned integer. Invoke the function from the main with different values for x and n and print the
results with suitable headings.

For more detials please consider the below Attachement that is Free to Download

VTU C programming Lab Mannual


For any queries you may contact to the VTU university the contact detials are given below :

Contact detials :
VTU university
Address: Jnana Sangama, VTU Main Road, Machhe, Belagavi, Karnataka 590018
Phone: 0831 249 8196
Attached Files
File Type: pdf VTU C programming Lab Mannual .pdf (1.62 MB, 176 views)


Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 11:05 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8