Posts Tagged ‘c’

  • Data Types in C

    Nov 26, 13 • 1627 Views • NotesNo Comments

    Compiler is a software designed to execute any program. But it needs be told before – hand what type of data will be fed. Here comes the concept of Data Types. So data types of data that is to be used in the program. In C there are two categories of

  • Functions in C

    Nov 22, 13 • 1635 Views • NotesNo Comments

    In C, there are situations when we may need to execute a particular piece of code more than one time and writing the same code again and again is a time consuming process and also it becomes complex. So in order to resolve this issue C provides a special

  • C# Interview Questions and Answers

    Aug 31, 13 • 31236 Views • Placement28 Comments

    C# is an elegant and type-safe object-oriented language that enables developers to build a variety of secure and robust applications that run on the .NET Framework. C# can be used to create traditional Windows client applications, distributed components,

  • Procedural Programming Concepts

    Jan 12, 13 • 10775 Views • Resources1 Comment

    Ques 1. What is procedural programming? Ans. A procedural programming language is one where programs are organized into blocks of code  and called variously. A procedural Programming is said to be the set of instructions which are being used by the computer

  • C Language

    Enum, typedef and Bit field

    Jan 10, 13 • 5566 Views • Resources1 Comment

    Enum, typedef and bit field are the different commands that we use in a programing of the C and C++ Languages. Lets have a brief discussion over these commands and questions that are asked over them. Following are the questions with their answers on enum,