Buy used Bachelor of Technology (B.Tech) books online in India
Buy Second Hand Books, Used Books Online In India
Buisness Correspondence and Report Writing by RC Sharma, Krishna Mohan
Communication has evolved over the years. Face-to-face interactions of the past have given way to technology-driven channels of communication in present times. Communication audit, crisis communication, financial communication, communication beyond boundaries, and corporate communication are the new buzzwords in the language of business. The second edition of Business Communication for Managers, aimed at all MBA students, begins by briefly analysing the various theories of communication. It demonstrates methods of effective communication through examples, real-life scenarios, and role-plays. It adopts a multi-dimensional and integrative approach to solve communication dilemmas at the workplace and touches upon the thoughts related to attention, perception, empathy, and professionalism
Computer science engineering
Description C is one of the most popular programming languages. It runson most software platforms and computer architecture. The second edition of our best-selling title Programming withANSI and Turbo C not only maintains the exclusivity of the firstedition but betters it. The verbosity has been reduced to a greatextent with the inclusion of diagrams, tables and stepwise listingof key concepts. The number of programs has been increased manifoldto facilitate better programming skills. A new chapter on computer graphics has also been added tomake the book completely cover the syllabi. The book uses the Turbo C compiler which is the most widelyused C compiler. New Chapters on Computer Graphics and Dynamic Memory Allocation Excellent Pedagogy: 600 newly added questions take the count of review questions to 1600. The book has over 500 solved programs. About 400 MCQs present inside the book against 140 in the first edition The verbosity has been reduced to a great extent with the inclusion of diagrams, tables and stepwise listing of key concepts. Basics and Introduction to 'C' The C Declarations Operations and Expressions Input and Output in C Decision Statements Loop Control Data Structure: Array Strings and Standard Functions Pointers Functions Storage Class Preprocessor Directives Structure and Union Files Graphics Dynamic Memory Allocation and Linked List Appendix A American Code for Information Interchange Appendix B Priority of operations and Their Clubbing Appendix C Header Files and Standard Library Functions Appendix D Rom-Bios Services Appendix E Scan Codes of Keyboard Keys Ashok N. Kamthane is associate professor in Electronics andTelecommunication Engineering Department at SGGS Institute ofEngineering and technology, Nanded, Maharashtra. He has over 28years teaching experience, and was associated with the developmentof hardware and software using 8051 on acoustic transceiver systemfor submarines.
Computer science engineering
"Data Structures And Algorithms Made Easy: Data Structure And Algorithmic Puzzles" is a book that offers solutions to complex data structures and algorithms. There are multiple solutions for each problem and the book is coded in C/C++, it comes handy as an interview and exam guide for computer...
Computer science engineering
An introduction to the fundamentals of data structures, this book explores abstract concepts and considers how those concepts are useful in problem solving. It explains how the abstractions can be made concrete by using a programming language, and shows how to use to C language for advance programming and how to develop the advanced features of C++. It features a wealth of tested and debugged working programs in C and C++.This text is designed for courses in data structures and programming.
Computer science Engineering
Considered to be one of the best-selling programming books ever written, the eighth edition has now been edited, revised, and updated. A CD-ROM with demos, code, compiler, executables, and MATLAB examples has been added to the book. Simplicity and an easy narration style are the hallmarks of the book, which have made its previous seven editions immensely successful. Today s C programmer (still the language of choice in science, engineering, game programming and for handheld devices) has to master the complexities of the language and contend with its usage in environments like Windows, Linux, and for the Internet. This book covers these three aspects of C programming and doesn t assume any programming background. It begins with the basics and steadily builds the pace, so the reader finds it easy to handle more complicated topics later. This popular author has crafted hundreds of excellent programming examples and exercises for every aspect of C programming. ++++Features +Self-study format provides hundreds of step by step examples and exercises + Assumes no programming knowledge; starts with the basics and progresses to more difficult topics +Includes a CD-ROM with demos, code, compiler, executables, and MATLAB examples +Covers the latest programming techniques for Windows, Linux, and the Internet ++++++Selected Topics Traditional C Programming; Pointers; Complete Build Process; Low-level File I/O; Structures, Unions, Bit-fields; Bitwise Operators. C Under Linux; Signals and Signal Handling; Blocking of Signals; Event Driven Programming; Process; PIDs; Zombies; GNOME Programming Using GTK Library. C Under Windows. Windows Programming Model; Windows Messaging Architecture; Mouse Programming; GDI. Internet Programming. CP/ IP model; Windsock Library; Building Time Clients; Whois and HTTP Clients; Sending & Receiving emails
Physics of semiconductor devices
General Theory of Relativity is the generalization of special relativity to include gravitation. It emphasizes that the law of Physics must be same for all observers and thereby extended it to non-inertial frames. This text is intended as a textbook for the students of Physics at the undergraduate and postgraduate level. It gives equal importance to the mathematical and physical aspects of general theory of relativity and hence strengthening the foregrounds.
C++ Primer Fifth Edition
Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 Standard Fully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language fast, and to use it in modern, highly effective ways. Highlighting todays best practices, the authors show how to use both the core language and its standard library to write efficient, readable, and powerful code. C++ Primer, Fifth Edition, introduces the C++ standard library from the outset, drawing on its common functions and facilities to help you write useful programs without first having to master every language detail. The books many examples have been revised to use the new language features and demonstrate how to make the best use of them. This book is a proven tutorial for those new to C++, an authoritative discussion of core C++ concepts and techniques, and a valuable resource for experienced programmers, especially those eager to see C++11 enhancements illuminated. Start Fast and Achieve More Learn how to use the new C++11 language features and the standard library to build robust programs quickly, and get comfortable with high-level programming Learn through examples that illuminate todays best coding styles and program design techniques Understand the rationale behind the rules: why C++11 works as it does Use the extensive crossreferences to help you connect related concepts and insights Benefit from up-to-date learning aids and exercises that emphasize key points, help you to avoid pitfalls, promote good practices, and reinforce what youve learned Access the source code for the extended examples from C++ Primer, Fifth Edition, features an enhanced, layflat binding, which allows the book to stay open more easily when placed on a flat surface. This special binding methodnotable by a small space inside the spinealso increases durability.
B.Tech Engineering Chemistry.
Learn the hand-crafted notes on C programming Key Features Strengthens the foundations, as a detailed explanation of programming language concepts are given Lucid explanation of the concept Well thought-out, fully working programming examples End-of-chapter exercises that would help you practice the skills learned in the chapter Hand-crafted "KanNotes" at the end of the each chapter that would help the reader remember and revise the concepts covered in the chapter Focuses on how to think logically to solve a problem Description The new edition of this classic book has been thoroughly revamped, but remains faithful to the principles that have established it as a favourite amongst students, teachers and software professionals round the world. "Simplicity"- that has been the hallmark of this book in not only its previous sixteen English editions, but also in the Hindi, Gujrati, Japanese, Korean, Chinese and US editions. This book doesn't assume any programming background. It begins with the basics and steadily builds the pace so that the reader finds it easy to handle advanced topics towards the end of the book. What will you learn C Instructions Decision Control Instruction, Loop Control Instruction, Case Control Instruction Functions, Pointers, Recursion Data Types, The C Preprocessor Arrays, Strings Structures, Console Input/Output, File Input/Output Who this book is for Students, Programmers, researchers, and software developers who wish to learn the basics of C++ programming language.Table of Contents 1. Getting Started 2. C Instructions 3. Decision Control Instruction 4. More Complex Decision Making 5. Loop Control Instruction 6. More Complex Repetitions 7. Case Control Instruction 8. Functions 9. Pointers 10. Recursion 11. Data Types Revisited 12. The C Preprocessor 13. Arrays 14. Multidimensional Arrays 15. Strings 16. Handling Multiple Strings 17. Structures 18. Console Input/Output 19. File Input/Output 20. More Issues In Input/Output 21. Operations On Bits 22. Miscellaneous Features 23. Interview FAQs App
