Latest News
Write a program in c demonstrate example in nested structure?? Write a program in c demonstrate example in nested structure?? /* dem...
Write a program in c to convert text from uppercase to lowercase?? in easily Write a program in c to convert text from uppercase to ...
write a program in c to find average number?? write a program in c to find average number?? Code:- #include<stdio.h> #in...
Write a program in c to find largest in three number?? Code:- #include<stdio.h> #include<conio.h> void main() {i...
Write a program in c to display table form 1 to 10 ?? Code:- /* table form 1 to 10.*/ #include<stdio.h> #include<conio.h&...
What is strcpy() function how to use it easily give example?? strcpy() function:- this function takes two arguments,of which first is a...
Why we ues strcat() function in c-programming language?? give suitable example... strcat function:- this function takes two arguments,...
How to easily write a program in c to calculate sum of the all digit of a number ?? by DizIT Operators on April 16, 2019 in C-Pr...
Write a program in c to declare output in the form of row and column ?? by DizIT Operators on April 16, 2019 in C-Programming ...
Home / c-programming /# What is function in c-programming language?describe it easily..... What is function in c-programming language?de...