Difference between revisions of "Advance C"

From Script | Spoken-Tutorial
Jump to: navigation, search
(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
  
main function with arguments
 
  
argc
 
  
argv
+
* 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
  
Header files
+
           Calculate total marks of student
  
  
  
Typedef and Union in C
+
* Storage class specifiers
 
+
** storage class specifiers
typedef keyword
+
** auto keyword
 
+
** static keyword
Union keyword
+
** extern keyword
 
+
** register 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
+

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

Contributors and Content Editors

Ashwini, Nancyvarkey, PoojaMoolya, Pratik kamble