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
What is the use of a conditional inclusion statement in C?
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
Is fortran faster than c?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
What are the 3 types of structures?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
Why c is known as a mother language?
Write a C program to perform some of the operation which can be performed using Single linked list
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
Explain the priority queues?
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?