|| C Language ||
All given programs are compiled on turboc compiler (version turboc++ 3.0). C language is machine dependent so it’s some property varies from compiler to compiler.
In this chapter you will be test yourself
- Introduction to c
- Basic Concept of c application
- Variable and types of variable
- About Data type
- Modifier, Storage specifier and Qualifier
- Some basic inbuilt function
For start Quiz CLICK HERE
In this chapter you will be test yourself
- All Operators
- Precedence of operators
- Bitwise operators
- Overflow and Underflow
For start quiz CLICK HERE
In this chapter you will be test yourself
- If else structure
- Nested if else structure
- Switch case
- Jump Statement
- While, for and do while
For start quiz CLICK HERE
In this chapter you will be test yourself
- Features of Pointers
- Pointers and Address
- Void pointers, Constant pointers and Wild pointers
- Arithmetic operations with pointers
- About Array and Terminology
- Operations with Arrays
- Pointers and Arrays
- Array of Pointers
- Pointers and Strings
For start quiz CLICK HERE
In this unit you will be test yourself
- About function
- Types of function
- Function with operators
- Function with Array and Pointers
- Recursion and Types of recursion
- Library function
- Command Line arguments
For start quiz CLICK HERE
In this chapter you will be test yourself
- Features of Structure
- Array of Structure
- Pointer to Structure
- Structure and Functions
- Union and Union of Structures
- enumerated datatype and typedef
For start quiz CLICK HERE
In this chapter you will be test yourself
- Introduction to Preprocessor and Directives
- Some preprocessor
- Token Pasting and Stringizing operators
- Assertions
For start quiz CLICK HERE
In this chapter you will be test yourself
- Streams and File Types
- Steps for File Operations
- File I/O
- Searching Errors in Reading/ Writing Files
- I/O Redirection
- Initialization of Graphics
- Some Graphics Functions
For start quiz CLICK HERE