144
Page views
5
Files
0
Videos
0
R.Links

Icon
Announcements

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Data Enhancement: The Business Case - Types of Data Enhancement - Incremental Enhancements - Batch Enhancements - Standardization – Knowledge Discovery and Data Mining: The Business Case - Data Mining and the Data Warehouse - The Virtuous Cycle - Directed versus Undirected Knowledge Discovery - Six Basic Tasks of Data Mining - Data Mining Techniques

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    History of C – Importance of C – Basic Structure of C Programs – Programming Style – Executing a “C” Program – Constants, Variables and Data Types: Introduction – Character Set – C Tokens – Keywords and Identifiers – Constants – Variables – Data Types – Declaration of Variables Problem 1: Create a C program to find the size of int, float, double and char data types. Problem 2: Write a C Program to find out quotient and remainder and print result.,
    Introduction – The WHILE Statement – The DO Statement – IF-ELSE Statement - The For Statement – Jumps in Loops Problem 3: Write a C Program to find the factorial of a given number. Problem 4: Write a C Program to find the greatest of three numbers.,
    Introduction – One-dimensional Arrays – Declaration of One-dimensional Arrays – Initialization of One-dimensional Arrays - Two-dimensional Arrays – Initialization of Two-dimensional Arrays – Multi-dimensional Arrays Problem 5: Write a C Program to find the sum of array elements Problem 6: Write a C Program to sort array in ascending order.,
    Introduction – Declaring and Initializing String Variables – Reading Strings from Terminal – Writing Strings to Screen – Arithmetic / Operations on Characters – Comparison of Two Strings – String-handling Functions Problem 7: Write a Program in C to handle any 3 string functions. Problem 8: Program to find the length of the string without using strcat().