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

write a C program to calculate the sum of its digits

Problem Statement: If a five-digit number is input through the keyboard, write a program to calculate the sum of its

Read more

Write basic C program to calculate gross salary

Write a C Program for the following :- Ramesh’s basic salary is input through the keyboard. His dearness allowance is

Read more