2023 2024 EduVark > Education Discussion > General Discussion


  #2  
February 4th, 2017, 03:17 PM
Super Moderator
 
Join Date: Mar 2012
Re: VTU Data Structures Notes

VTU CSE 3rd semester has various subjects like Object oriented Programming, Logic design, Discrete Mathematics and so on, the VTU e learning notes for all the subjects are presented here and consists of at least 5 to 6 units.

Engineering Mathematics-3 (10MAT31)
Prologue to different scientific subjects like Fourier Series, Complex Variables and so on which are shrouded in M3 (10MAT31).

Electronic Circuits (10CS32)
A prologue to electric circuit components and electronic gadgets (10CS32).

Logic Design (10CS33)
Prologue to rationale outline and the essential building pieces utilized as a part of computerized frameworks, specifically advanced PCs (10CS33).

DMS (10CS34)
Prologue to Basic discrete numerical structures: sets, relations, capacities, arrangements (10CS34).

Data Structures (10CS35)
Execution of essential information structures like connected records, stacks, and lines and so on canvassed in DS (10CS35).

OOPS (10CS36)
Prologue to question arranged programming with c++ or as such, OOPS (10CS36).


CSE-III-Data-Structures-with-C-10CS35-Notes






vtucs.com/wp-content/uploads/2015/02/CSE-III-DATA-STRUCTURES-WITH-C-10CS35-NOTES.pdf

Question Bank for Data Structures Using C

1. Explain unformatted I/O functions in C. Give proper examples.

2. Discuss formatted I/O functions in C with syntax and example.

3. If the three sides of a triangle are entered through the keyboard, write a program to check whether the triangle is equilateral or right angled triangle.

4. Explain the following with syntax and example:
(i) if statement (ii) else-if ladder
(iii) switch-case statement (iv) for loop
(v) do – while loop

5. Explain repetitive control structures in C.

6. Define an array. Explain initialization of 1-D and 2-D arrays with examples.

7. Explain any five built-in string handling functions with examples.

8. Write a program to find the roots of quadratic equation.

9. Write a program to find sin(x) using the following series for a given accuracy and compare it with library function.
sin(x)= x – x3/3! + x5/5! – x7/7! + …

10. Write a program to check whether a given integer is prime or not.


Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 05:32 PM.


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