adspace


What is function what are the types of function?

Answer Posted / Kanchan

In C programming, a function is a collection of statements that performs a specific task. There are two main types of functions: built-in functions (predefined functions like printf(), scanf()) and user-defined functions (functions created by programmers to fit their specific needs).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In C programming, how do you insert quote characters (‘ and “) into the output screen?

1625


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2742


Do you know the difference between malloc() and calloc() function?

1144


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2406


swap 2 numbers without using third variable?

1213


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1306


How can I implement sets or arrays of bits?

1129


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2218


write a progrmm in c language take user interface generate table using for loop?

2129


will u please send me the placement papers to my mail???????????????????

1935


What is the difference between union and anonymous union?

1412


Explain the difference between null pointer and void pointer.

1165


What is pointer to pointer in c with example?

1202


write a c program to find the sum of five entered numbers using an array named number

2259


ATM machine and railway reservation class/object diagram

5342