Found 11 Articles for C Programming

Data Types In C Programming


Data types in C-Programming refer to an extensive system used for declaring variables or functions of different types The type of a variable determines how much space it occupies in storage and how the bit pattern stored is interpreted nbsp Data Types in c-Programming nbsp are used to Identify the type of a variable when it is declared Identify the type of return value of a function Identify the type of parameter expected by a function In a c programming language data types are classified as follows hellip Primary Data types in c-programming nbsp Basic Datatypes OR Predefined Datatypes Derived Read More

C Program to Generate Multiplication Table


Generating a multiplication table isn rsquo t complex What will take your mind is printing in the given format Hence not wasting time let us get on to the logic of this program Input a number from a user whose multiplication table is to be generated Store it in some variable say num Run a loop from incrementing on each repetition The loop structure should look like this nbsp for i i lt i Inside the loop generate a multiplication table using num I and print in the given format The sequence of printing multiplication table is nbsp n i Read More

C program to print patterns of numbers and stars


This program prints various different patterns of numbers and stars These codes illustrate how to create various patterns using c programming Most of these c programs involve usage of nested loops and space A pattern of numbers star s or characters is a way of arranging these in some logical manner or they may form a sequence Some of these patterns are triangles which have special importance in mathematics Some patterns are symmetrical while others are not Please see the complete page and look at the comments for many different patterns We have shown five rows above in the program Read More

pointer in c language


The Pointers in c language programming is a variable that points to the address of another variable The Pointer in the C language is used to indicate the memory randomly for example at the run time pointer variable strength is comfortableness to any of data type such as int for digits float for decimal char double character short etc Computer science is the programming language object whose value refers to another value stored elsewhere in computer memory using its memory address A pointer references the location in the memory and achieving the value stored at that location is known as Read More
Advertisements
Advertisements
Advertisements