Difference between revisions of "Advance C"
From Script | Spoken-Tutorial
(Created page with "Command Line arguments in C main function with arguments argc argv Header files Typedef and Union in C typedef keyword Union keyword Syntax and use of typedef and un...") |
|||
| Line 1: | Line 1: | ||
| − | Command Line arguments in C | + | * Command Line arguments in C |
| + | ** main function with arguments | ||
| + | ** argc | ||
| + | ** argv | ||
| + | ** Header files | ||
| − | |||
| − | |||
| − | + | * Typedef and Union in C | |
| + | ** typedef keyword | ||
| + | ** Union keyword | ||
| + | ** Syntax and use of typedef and union | ||
| + | ** Difference between union and structure | ||
| + | ** ex: Check whether number is a pallindrome | ||
| − | + | Calculate total marks of student | |
| − | + | * Storage class specifiers | |
| − | + | ** storage class specifiers | |
| − | + | ** auto keyword | |
| − | + | ** static keyword | |
| − | + | ** extern keyword | |
| − | + | ** register keyword | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | Storage class specifiers | + | |
| − | + | ||
| − | storage class specifiers | + | |
| − | + | ||
| − | auto keyword | + | |
| − | + | ||
| − | static keyword | + | |
| − | + | ||
| − | extern keyword | + | |
| − | + | ||
| − | register keyword | + | |
Revision as of 11:16, 17 November 2014
- Command Line arguments in C
- main function with arguments
- argc
- argv
- Header files
- Typedef and Union in C
- typedef keyword
- Union keyword
- Syntax and use of typedef and union
- Difference between union and structure
- ex: Check whether number is a pallindrome
Calculate total marks of student
- Storage class specifiers
- storage class specifiers
- auto keyword
- static keyword
- extern keyword
- register keyword