Answer Posted / subhaja krishnan k u
dennis ritchie at AT & T labs
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is the difference between functions abs() and fabs()?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Differentiate abs() function from fabs() function.
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?
What is 'bus error'?
What is the purpose of the preprocessor directive error?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
What does %d do?
how to capitalise first letter of each word in a given string?
In which layer of the network datastructure format change is done
Who invented bcpl language?
Is it possible to have a function as a parameter in another function?
What is the difference between procedural and declarative language?
What are the similarities between c and c++?