how many argument we can pas in in a function
Answer Posted / varsha vilas kalebag
mnay
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Why is c not oop?
Explain the concept and use of type void.
Is c is a procedural language?
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
Why do we need functions in c?
What are lookup tables in c?
What are variables c?
Is that possible to store 32768 in an int data type variable?
What is function and its example?
Difference between Function to pointer and pointer to function
Can static variables be declared in a header file?
What are the advantages and disadvantages of a heap?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What is hashing in c language?
What are structural members?