Is there any book to know about Basics of C Language?
Answer Posted / praveen
Programming in C
Balaguruswamy
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Compare interpreters and compilers.
What is sizeof int in c?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Where are some collections of useful code fragments and examples?
What the advantages of using Unions?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Compare and contrast compilers from interpreters.
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What are called c variables?
What standard functions are available to manipulate strings?
How can I read data from data files with particular formats?
What is the argument of a function in c?
What is cohesion in c?