What is pass by reference in functions?
No Answer is Posted For this Question
Be the First to Post Answer
what is memory leak?
code for selection sort?
what is uses of .net
write a proram to reverse the string using switch case?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Explain what happens if you free a pointer twice?
code for bubble sort?
Why is #define used?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
How can I handle floating-point exceptions gracefully?
#define d 10+10 main() { printf("%d",d*d); }
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?