how many argument we can pas in in a function
Answer Posted / prakash.m
any number of arguments based on our functionality
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are types of structure?
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.
What is the purpose of main() function?
Does c have class?
What is #include cctype?
What is a node in c?
What is the use of structure padding in c?
Do array subscripts always start with zero?
What is a keyword?
Explain pointer. What are function pointers in C?
What is the use of #include in c?
What does %d do?
what is reason of your company position's in india no. 1.
Explain how can I convert a number to a string?
What is extern variable in c with example?