how many argument we can pas in in a function

Answer Posted / vrushali

It is 127 as told by K & R

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c method?

539


What are header files and explain what are its uses in c programming?

616


What is the difference between procedural and declarative language?

657


What is the difference between volatile and const volatile?

571


What is the best way to store flag values in a program?

583






What are different types of variables in c?

573


How a string is stored in c?

592


Explain how to reverse singly link list.

611


What are the advantages and disadvantages of a heap?

716


What is queue in c?

583


What's the difference between constant char *p and char * constant p?

660


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1921


Why c is called procedure oriented language?

582


Why does everyone say not to use gets?

612


What is the purpose of clrscr () printf () and getch ()?

603