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

we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?

4 Answers   HP, Wipro,


What are the advantages of using new operator as compared to the function malloc ()?

0 Answers   NIIT,


Why can't I perform arithmetic on a void* pointer?

0 Answers  


#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE

3 Answers   Wipro,


What is function what are the types of function?

0 Answers  


How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?

1 Answers  


How can I send mail from within a c program?

0 Answers  


Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?

1 Answers   Oracle,


What is Heap?

3 Answers  


Write a program to print ASCII code for a given digit.

0 Answers   EXL, HCL,


Categories