Can a function argument have default value?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is Array?

3 Answers  


What are linked lists in c?

0 Answers  


What does a function declared as pascal do differently?

0 Answers  


What is integer constants?

0 Answers  


what do you mean by inline function in C?

0 Answers   IBS, TCS,






Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,


What do you mean by c what are the main characteristics of c language?

0 Answers  


What is the value of uninitialized variable in c?

0 Answers  


I need a sort of an approximate strcmp routine?

0 Answers  


which header file contains main() function in c?

17 Answers   Google, HCL, TCS,


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

0 Answers  


Prove or disprove P!=NP.

5 Answers   Microsoft,


Categories