Introduction to Pointers in C

Introduction to Pointers in C Pointer Notation Consider the declaration, int i = 3 ; This declaration tells the C

Read more

c program example function and pointer

c program example function and pointer What would be the output of the following programs: main( ) { int i

Read more

What wound be output of the following c program of function and pointer

What wound be output of the following c program of function and pointer What would be the output of the

Read more

c program example Passing values between functions

c program example Passing values between functions c program example function and value pass to function 1   main( )

Read more

Bubble Sort Algorithm

Bubble Sort : Overview Bubble sort is considered the simplest sorting algorithm. Bubble Sort is used to sort a given

Read more

Write a C program to calculate the distance between two cities

Problem Statement: The distance between two cities (in km.) is input through the keyboard. Write a C program to convert

Read more