Answer Posted / nirmal super star
a fns. is set of instructions that perform a specifide task
which repeatedly occurs in main prgm. .
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are 'near' and 'far' pointers?
What does. int *x[](); means ?
What is a shell structure examples?
What is anagram in c?
Explain what are multidimensional arrays?
What is main function in c?
How does selection sort work in c?
write a c program for swapping two strings using pointer
What is #define used for in c?
What standard functions are available to manipulate strings?
What is structure of c program?
Write a program to swap two numbers without using third variable in c?
What is the explanation for prototype function in c?
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?