Explain argument and its types.


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

Post New Answer

More C Interview Questions

Explain how can you check to see whether a symbol is defined?

0 Answers  


What is non linear data structure in c?

0 Answers  


What are the different categories of functions in c?

0 Answers  


Write a program of advanced Fibonacci series.

0 Answers   Aspiring Minds,


How can I get back to the interactive keyboard if stdin is redirected?

0 Answers  


C program to find frequency of each character in a text file?

6 Answers  


What is null in c?

0 Answers  


what is a static function

10 Answers   Satyam,


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

0 Answers  


What is pointer to pointer in c?

0 Answers  


what is default constructor?

2 Answers   HCL,


What are the rules for identifiers in c?

0 Answers  


Categories