C Program to Add two numbers Program to add two integer numbers To read the input numbers we are using […]
Tag: Write a C Program
Write a program to convert temperature Fahrenheit to Centigrade
Write a program to convert temperature Fahrenheit to Centigrade Input temperature in fahrenheit from user. Store it in some variable […]
C Program to Check Whether a Character is Vowel or Consonant
C Program to Check Whether a Character is Vowel or Consonant The five alphabets A, E, I, O and U […]
pointer example program in C
pointer example program in C What would be the output of following pointer program written in c main( ) […]
Introduction to Pointers in C
Introduction to Pointers in C Pointer Notation Consider the declaration, int i = 3 ; This declaration tells the C […]
c program example function and pointer
c program example function and pointer What would be the output of the following programs: main( ) { int i […]
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 […]
c program example function prototype
c program example function prototype What would be the output of the following programs: main( ) { float area […]
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( ) […]
if else statement in c
The if statement by itself will execute a single statement, or a group of statements, when the expression following if […]