how many argument we can pas in in a function
Answer Posted / sivakumar
We can pass many arguments.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What are structures and unions? State differencves between them.
What is a void pointer? When is a void pointer used?
What is the purpose of main( ) in c language?
which is an algorithm for sorting in a growing Lexicographic order
Can the size of an array be declared at runtime?
What is c preprocessor mean?
How do we make a global variable accessible across files? Explain the extern keyword?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Can we access the array using a pointer in c language?
How do you construct an increment statement or decrement statement in C?
What is c value paradox explain?
Why is void main used?
Write a program for finding factorial of a number.
What is variable in c example?