what are the advanced features of functions
a) function declaration and prototypes
b) calling functions by value or by reference
c) recursion
d) all the above
No Answer is Posted For this Question
Be the First to Post Answer
How can a program be made to print the name of a source file where an error occurs?
what is the diffrenet bettwen HTTP and internet protocol
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
Explain what is the difference between #include and #include 'file' ?
Why Modern OS are interrupt driven?Give an example
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
What is a char in c?
What does sizeof int return?
What are the different types of pointers?
What is difference between array and structure in c?
What is getch() function?