how many argument we can pas in in a function

Answer Posted / karthick

infinity

Is This Answer Correct ?    10 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

683


Differentiate between new and malloc(), delete and free() ?

666


How the c program is executed?

628


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2220


What is "Duff's Device"?

697






An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

654


What is a nested loop?

643


Write a program to print factorial of given number without using recursion?

567


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3331


c language interview questions & answer

1455


Can we assign integer value to char in c?

611


How a string is stored in c?

583


Why is struct padding needed?

625


What is c system32 taskhostw exe?

582


What is scope and lifetime of a variable in c?

570