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
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
biggest of two no's with out using if condition statement
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
What is volatile in c language?
What is the difference between c &c++?
What is encapsulation?
What is f'n in math?
What is function in c with example?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
write a program that finds the factorial of a number using recursion?
What is #define in c?
what is the difference b/w compiler and debugger?