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


Please Help Members By Posting Answers For Below Questions

List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2498


Compare interpreters and compilers.

809


What is sizeof int in c?

806


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

2009


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.

2045


Where are some collections of useful code fragments and examples?

935


What the advantages of using Unions?

891


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

841


Compare and contrast compilers from interpreters.

887


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

869


What are called c variables?

760


What standard functions are available to manipulate strings?

791


How can I read data from data files with particular formats?

797


What is the argument of a function in c?

764


What is cohesion in c?

728