Niharika IT Solution

BOOK /NOTES/NEWS

Recent Post

Showing posts with label C - Program. Show all posts
Showing posts with label C - Program. Show all posts

Write a c Program to add two number using function.

 #include <stdio.h> int main() {         int number1, number2, sum;          printf("Enter two integers: ");     scanf("...

Write a C program to add two number .

 #include <stdio.h> int main() {         int number1, number2, sum;          printf("Enter two integers: ");     scanf("...