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 do we use pointer to pointer in c?
What are enums in c?
What are categories used for in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Differentiate between a for loop and a while loop? What are it uses?
Why main is used in c?
How can I make sure that my program is the only one accessing a file?
What is the main difference between calloc () and malloc ()?
Did c have any year 2000 problems?
Why is sprintf unsafe?
Explain threaded binary trees?
Can a function argument have default value?
Give differences between - new and malloc() , delete and free() ?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is character constants?