how many argument we can pas in in a function
Answer Posted / preeti
depending upon the range of the datatype
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Are bit fields portable?
Give differences between - new and malloc() , delete and free() ?
Which one would you prefer - a macro or a function?
Explain function?
Can we initialize extern variable in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Explain can you assign a different address to an array tag?
Explain the use of keyword 'register' with respect to variables.
Explain is it valid to address one element beyond the end of an array?
What should malloc() do?
Explain the properties of union. What is the size of a union variable
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the ANSI C Standard?
Why header files are used?
What is string in c language?