What is meant by recursion?
No Answer is Posted For this Question
Be the First to Post Answer
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
what are the difference between ANSI C and Let Us c and Turbo C
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
What is #include conio h?
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
What is a structure in c language. how to initialise a structure in c?
What are linker error?
What is the data segment that is followed by c?
Is it cc or c in a letter?
Why we use break in c?
What is the difference between memcpy and memmove?