Function calling procedures? and their differences? Why should one go for Call by Reference?


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

Post New Answer

More C Interview Questions

c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16

1 Answers  


How to receive strings with spaces in scanf()

7 Answers  


code for bubble sort?

1 Answers  


write a programme that inputs a number by user and gives its multiplication table.

2 Answers  


How can you invoke another program from within a C program?

0 Answers  






What is the explanation for cyclic nature of data types in c?

0 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


Why is c called c not d or e?

0 Answers  


Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 Answers   Google, ME,


What is null pointer constant?

0 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,


Categories