Quizzes in C

 # Introduction

# Control Statement 

  • if-else in C
  • switch in C
  • For Loop in C
  • While Loop in C
  • Do-While Loop in C
  • Break in C
  • Continue in C
  • Goto in C
  • Comments in C

# Function

  • Function in C
  • Call By Value in C
  • Call By Reference in C
  • Out Parameter in C

# Arrays

  • Arrays in C
  • Array to Function in C
  • Multidimensional Array in C
  • Jagged ArraysC# Params in C
  • Array class in C
  • Command Line Args in C

# Object Class

  • Object and Class in C
  • Constructor in C
  • Destructor in C
  • C this
  • Static in C
  • Static class in C
  • Static constructor in C
  • Structs in C
  • Enum in C

# Properties

  • Properties in C

# Inheritance

  • Inheritance in C
  • Aggregation in C

# Polymorphism

  • Member Overloading in C
  • Method Overriding in C
  • BaseC# Polymorphism in C
  • Sealed in C

# Abstraction

  • Abstract in C
  • Interface in C

# Namespace

  • Namespaces in C
  • Access Modifiers in C
  • Encapsulation in C

# Strings

  • Strings in C

# File IO

  • FileStream in C
  • StreamWriter in C
  • StreamReaderin C
  • TextWriter in C
  • TextReader in C
  • BinaryWriterin C
  • BinaryReader in C
  • StringWriter in C
  • StringReader in C
  • FileInfo in C
  • DirectoryInfo in C
  • Serialization in C
  • Deserialization in C
  • System.IO in C

# Collections

  • Collections in C
  • List<T> in C
  • HashSet<T> in C
  • SortedSet<T> in C
  • Stack<T>in C
  • Queue<T> in C
  • LinkedList<T> in C
  • Dictionary<K,V> in C
  • SortedDictionary<K,V> in C
  • SortedList<K,V> in C

# Generics

  • Generics in C

# Delegates

  • Delegates in C

# Reflection

  • Reflection in C

# Anonymous Function

  • Anonymous Function in C

# Multithreading

  • Multithreading in C
  • Thread Life Cycle in C
  • Thread class in C
  • Main Thread in C
  • Thread Example in C
  • Thread Sleep in C
  • Thread Abort in C
  • Thread Join in C 
  • Thread Name in C
  • ThreadPriority in C

# Synchronization

  • Synchronization in C

# Web Service

  • Web Services in C


Comments

Popular posts from this blog

How to Convert Days into Years, Weeks and Days in C

Quiz on Features of C

How to Add Two Integers in C