Online Dimensional Arrays eLearning Training
From Serebra Learning Corporation
COBOL Curriculum


The COBOL Curriculum Bundle includes the following five courses: COBOL Basics Duration 2 - 3 hours Prerequisites Basic knowledge of Computing Concepts Objectives After completing this Course, the student will be able to: - Name the elements of syntax used in COBOL - Understand the Data Division & Data Types Course Content Module 1 INTRODUCTION TO COBOL Introduction to COBOL Elements of the COBOL
more...
Programming Constructs of C
This course presents the concept of structures, arrays, and strings within a C program. This course also covers how to create functions, including overloaded and inline functions. In addition, the students learn how to create pointers, and the application of pointers. Finally, the students learn the concept of classes and objects in C . Programmers who have functional experience in programming
more...
ANSI C Programming Text Processing
To describe how to write ANSI C programs for text, string, and array processing Programmers and software developers new to ANSI C
more...
From 123-CBT Computer Based Training
C Programming - Part 2

...efine, initialize, and manipulate one-dimensional and two-dimensional arrays. Identify standard string-handling functions. Identify the features of pointers. Identify the relationship between pointers and arrays, array of pointers, pointer to an array, and arrays and functions as function arguments. Identify user-defined data types including structure, union, enum, and typedef.
more...
From Teach Me IT
Programming Constructs of C++

...ment inline functions in a C++ program
manipulate single-dimensional arrays
manipulate multi-dimensional arrays
use strings in a C++ program
specify a structure
access a structure member
understand union and its features
use pointers in a C++ program
use pointers to access arrays
use function pointers
understand the concept of dynamic memory allocation
use the new and delete
more...
