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

Post New Answer

More C Interview Questions

suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

0 Answers  


How pointer is benefit for design a data structure algorithm?

2 Answers  


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


how to use virual function in real time example

1 Answers   CTS, Wipro,






What is the scope of static variables?

1 Answers  


Explain what is the concatenation operator?

0 Answers  


what is the different between if-else and switch statment (other than syntax)

26 Answers   CTS, Oracle, Scorpos,


how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0

4 Answers   Wipro,


x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????

3 Answers  


Explain what is the advantage of a random access file?

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


Categories