Define function ?Explain about arguments?
Answer Posted / cguru
A function is a procedure to solve a given task.
Arguments are parameters which are specified in the function
header.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Describe newline escape sequence with a sample program?
Is c dynamically typed?
Can two or more operators such as and be combined in a single line of program code?
Difference between MAC vs. IP Addressing
List some basic data types in c?
Write a code to generate a series where the next element is the sum of last k terms.
What are header files and what are its uses in C programming?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Write a program that accept anumber in words
Is stack a keyword in c?
What is %s and %d in c?
What are the similarities between c and c++?
What does a function declared as pascal do differently?
What is the size of enum in c?
Can stdout be forced to print somewhere other than the screen?