Book Your slot
X
ONLINE BOOKING
BOOK NOW
OFFLINE BOOKING
Call or WhatsApp 7993732682 (WhatsApp Now), 9177341827 (WhatsApp Now)
search
Menu Login home
  • Questions

  • Library

  • University Updates

  • Informatives

  • Technology Lines

  • Training & Internships

  • X
    Menu
  • Home
  • Privacy Policy
  • Legal Disclaimer
  • Terms & Conditions
  • Return Policy
  • About Us
  • Need any help?? write to us at

    support@engineershub.co

    Follow Us

    X
    LOGIN
    Login to access posts, links, updates, question papers, materials, one liners!
    Use Your Email Address/Mobile and Password to Login
    Forgot Password?
    Not a member? Sign Up
    LOGIN WITH EMAIL/MOBILE
    Forgot Password?
    Go Back
    FORGOT PASSWORD
    Go Back
    RESET PASSWORD
    Go Back
    Continue with LinkedIn
    OR
    Fill Up a Simple Form
    Already a Member? Login
    SIGN UP
    Fill all the below details correctly and click on Next
    Go Back
    C - Tag - files - EngineersHub
    Tag results found for "C" in Files.
    File
    Akhil Kumar Lakum
    3 years ago
    B.Tech R16 II Year I Semester OBJECT ORIENTED PROGRAMMING THROUGH JAVA Examination May/June - 2019 (Common to CSE,IT)

    B.Tech R16 II Year I Semester OBJECT ORIENTED PROGRAMMING THROUGH JAVA Examination Question Paper

    Question Papers

    pdf

    6 Downloads

    File
    Vinod Raj
    3 years ago
    B.Tech R16 I Year II Semester COMPUTER PROGRAMMING IN C Examination May - 2019 (Common to EEE, ECE, CSE, EIE, IT, ETM)

    B.Tech R16 I Year II Semester COMPUTER PROGRAMMING IN C Examination Question Paper

    Question Papers

    pdf

    4 Downloads

    File
    REVILLA SAI VAMSHI
    4 years ago
    An overview for object oriented programming.

    What is Object Oriented Programming?

    Subject Notes

    doc

    13 Downloads

    File
    ANAND NAYUDU
    4 years ago
    JNTUH B.Tech R16 I YEAR II SEMESTER COMPUTER PROGRAMMING IN C EXAMINATION,APRIL-2018 (common to EEE,ECE,CSE,IT,EIE,ETM)

    JNTUH B.Tech R16 I YEAR II SEMESTER COMPUTER PROGRAMMING IN C EXAMINATION - APRIL-2018

    Question Papers

    pdf

    1 Downloads

    File
    ANAND NAYUDU
    4 years ago
    JNTUH B.Tech R16 I YEAR II SEMESTER COMPUTER PROGRAMMING IN C EXAMINATION,MAY/JUNE-2017 (common to EEE,ECE,CSE,IT,EIE)

    JNTUH B.Tech R16 I YEAR II SEMESTER COMPUTER PROGRAMMING IN C EXAMINATION,MAY/JUNE-2017

    Question Papers

    pdf

    0 Downloads

    File
    REVILLA SAI VAMSHI
    4 years ago
    Pre - processor and File Handling:Pre-processor directives, working of preprocessor directivesFiles and streems: text files vs binary files. Declaration of file pointers:File operations, file operation functions,mode of operations,file accessing,fread( ) and fwrite( ) , command line arguments in c

    Pre - processor and File Handling in c

    Seminars or Presentations

    pptx

    7 Downloads

    File
    REVILLA SAI VAMSHI
    4 years ago
    Arrays: introduction,array representation,array memory allocation,array processing,one dimensional array,two dimensional array, applications of array, matrix operationsStrings: introduction, strings initialization, accessing strings, string functions, string libraries using string functionsPointers: introduction,pointers - memory allocation,how to use pointers? ,null pointers in cStructures: introduction, structures declaration, accessing of structure members, structure contain arrays, structure contain pointers,self referential structuresUnions: introduction, characteristics of unionUser defined data types

    Arrays, strings, structures and pointers in c

    Seminars or Presentations

    pptx

    8 Downloads

    File
    Pillareddy Reddy
    4 years ago
    STRUCTURE OF ‘C’ PROGRAM,PROGRAM DEVELOPMENT TOOLS,SOLUTIONS FOR PROGRAMS,ARRAYS AND POINTERS AND FUNCTIONS,FILES,STRINGS,SORTING AND SEARCHING.

    PPS LAB MANNUAL

    Subject Notes

    doc

    4 Downloads

    File
    Aaa Bona
    5 years ago
    C Program for Runge kutta method

    C Program

    Subject Notes

    pdf

    37 Downloads

    #c
    File
    Akhila Duvuri
    5 years ago
    Hard Ware,Programming languages,Number System,Introduction to Operating System,Program development steps,Algorithm,Flowchart,Executing a c program,Introduction to C Language,Give and explain the structures of a ‘C’ program?,C Tokens,Identifiers,Preprocessor Directives- Include and define,Basic data types, User-defined data types,Derived data types,Variables,Constants,Type qualifiers,Managing Input/Output,Operators,Precedence and Associativity, Control Statements,Switch Statements,Loop Control Statements,Arrays,Strings.

    Introduction to C Programming

    Subject Notes

    pdf

    81 Downloads

    File
    Akhila Duvuri
    5 years ago
    Designing Structured Programs,Functions,Basics,User Defined Functions,Standard Functions,Inter function communication,Scope,Scope Rules,Storage classes-auto, register, static, extern,Type Qualifiers, Recursion,Example of Recursive functions,Pre-processor Commands,Arrays,Concepts,Using arrays in C,Inter-function Communication,Array Applications,Two Dimensional Arrays - Examples,Multi-Dimensional Arrays – Examples.

    Functions and Arrays

    Subject Notes

    pdf

    37 Downloads

    File
    Akhila Duvuri
    5 years ago
    STRINGS IN C : DECLARING AND INITIALIZING STRING VARIABLES,STRING INPUT/OUTPUT FUNCTIONS,TWO DIMENSIONAL ARRAY OF CHARACTERS,CHARACTER POINTER.

    Strings

    Subject Notes

    pdf

    34 Downloads

    File
    Ettaboyini Naveen
    5 years ago
    B.TECH I YEAR II SEMESTER FIRST MID EXAM QUESTION PAPER

    C Programming

    Mid Exam Papers

    JPG

    12 Downloads

    #c
    File
    K.Sai Thapaswini
    5 years ago
    Basics of Structures, Nested Structures, Arrays of Structures, Arrays within structures, Structures and functions, pointers and structures, Self-referential structures, Unions. FILES : Introduction, Types of Files, File Access Functions, I/O on Files, Random Access to Files, Error Handling. , Command Line Arguments.

    C Language

    Subject Notes

    pdf

    120 Downloads

    File
    K.Sai Thapaswini
    5 years ago
    Functions : Introduction, Function Definition,Function Declaration,Function calls,Return values and their types,Categories of functions,Recursion,Storage classes,Passing arrays to functions .Pointers : Pointers and addresses, Pointer expressions and Pointer arithmetic, Pointers and Functions, void pointer, Pointers and arrays, Pointers and strings, Array of pointers, Pointers to pointers. Dynamic Memory Allocation : Malloc,Calloc,Realloc, free.

    C Language

    Subject Notes

    pdf

    56 Downloads

    File
    K.Sai Thapaswini
    5 years ago
    Arrays: Introduction, One-dimensional arrays, Declaring and Initializing arrays, Multidimensional arrays. Strings: Introduction to Strings, String operations with and without using String handling functions, Array of strings

    C Language - Arrays & Strings

    Subject Notes

    pdf

    47 Downloads

    File
    K.Sai Thapaswini
    5 years ago
    Managing I/O: Input-Output statements, Formatted I/O. Decision making statements: if, if-else, if-else-if, nested-if, switch Iterative statements: while, do-while, for Unconditional statements: break, continue, goto.

    C Language

    Subject Notes

    pdf

    37 Downloads

    File
    K.Sai Thapaswini
    5 years ago
    Introduction to Computers: Computer hardware and software, System Software, Programming languages, Program Developing Steps, Algorithms, Flow charts. Introduction to C: History of C, Structure of C Program, Keywords, Identifiers , Data Types, Constants, Variables, Operators, Expressions, Precedence and Order of Evaluation Type Conversion and type casting.

    C Language

    Subject Notes

    pdf

    40 Downloads

    File
    Priyanka Krishna
    5 years ago
    Development of program

    C language

    Subject Notes

    pdf

    4 Downloads

    File
    Priyanka Krishna
    5 years ago
    Introduction to Computers Topic

    C language

    Subject Notes

    pdf

    4 Downloads

    File
    Divvela Anjanamounika
    5 years ago
    Operaters Notes In C

    C - Operators

    Subject Notes

    pdf

    3 Downloads

    #c
    File
    Payal Kour
    5 years ago
    Introdunction to pointers Notes

    Pointers Notes

    Subject Notes

    pdf

    16 Downloads

    File
    Jujaray Ranjani
    5 years ago
    Loops concept Notes

    Introduction to computers

    Subject Notes

    pdf

    3 Downloads

    #c
    File
    Malkapuram Pavithra
    5 years ago
    Loop control statements Notes

    Introduction to C

    Subject Notes

    pdf

    3 Downloads

    #c
    File
    Ashwitha Muthireddy
    5 years ago
    Basic programs of C

    C programs

    Subject Notes

    pdf

    2 Downloads

    #c
    File
    Pravalika manugu
    5 years ago
    Introduction to C language,History of C language,Simple C program,Identifiers,Basic Data types and sizes,Variables,Constants,Input and Output Statements,Operators,Expressions,Expression Evaluation,Precedence and Associativity,Type Conversions,Bitwise Operators,Selection statements,Repetition Statements,Examples,Exercises,Important Questions.

    C Language

    Subject Study Materials

    pdf

    46 Downloads

    File
    Pravalika manugu
    5 years ago
    Computer Systems,Characteristics of computers,Block Diagram of Computer,Applications of computers,Computer Environments,Computer Languages, Creating and running Programs,Software or program Development Method,Algorithms and Pseudo code,Flow Chart,Examples,Exercises,Important Questions.

    C Language Material

    Subject Study Materials

    pdf

    10 Downloads

    File
    Vanam Srinidhi
    5 years ago
    Introduction, basic structure, sequential execution, operators, conditional,compound, unconditional and iterative statements, arrays, real time example, functions, storage classes, pointers, structures, file I/O

    C Programming

    Subject Notes

    docx

    62 Downloads

    File
    Netrareddy Vedire
    5 years ago
    Files and functions

    C programming basic concepts

    Subject Notes

    pdf

    96 Downloads

    File
    Shanoor Afreen
    7 years ago
    Question paper solutions

    Computer Programming Material

    Subject Study Material

    pdf

    7 Downloads

    File
    Shanoor Afreen
    7 years ago
    objective type

    Computer Programming Objective Question Papers

    Question Papers

    pdf

    3 Downloads

    File
    Shanoor Afreen
    7 years ago
    objective type

    Computer Programming Objective Question Papers

    Question Papers

    pdf

    0 Downloads

    File
    Srivalli Adavi
    7 years ago
    it gives you the cp objective papers

    CP OBJECTIVE

    Mid Internal Exam Papers

    pdf

    1 Downloads

    File
    Sripriya Gunukula
    7 years ago
    BASICS OF C LANGUAGE AND DATA STRUCTURES (CONSTANTS AND VARIABLES,DATA TYPES,OPERATORS,EXPRESSIONS,CONTROL STATEMENTS,ARRAYS & STRINGS,FUNCTIONS,POINTERS,STRUCTURES)

    C and Data Structures book by Ashok N.Kamnathe

    Subject Study Material

    pdf

    9 Downloads

    File
    Nimmala Mounika
    7 years ago
    C Language - Introduction

    C Language

    Subject College Notes

    pdf

    4 Downloads

    File
    IM Shashi
    7 years ago
    Complete Computer Programming Notes

    C-Programming

    Subject Study Material

    pdf

    7 Downloads

    File
    Prasanna Joshi
    7 years ago
    C programing Study Material part 1

    C programing Study Material

    Subject College Notes

    pdf

    104 Downloads

    File
    Ravi Netha
    8 years ago
    C Programming - CPDS Complete

    C Programming - CPDS Complete

    Subject Study Material

    pdf

    131 Downloads

    File
    Umang Kumar Singh
    8 years ago
    all lab programs

    c programming

    Subject College Notes

    pdf

    194 Downloads

    File
    Sushmitha Reddy
    8 years ago
    Computer Programming & Data Structures Important Questions Set Wise

    Computer Programming & Data Structures Important Questions - CPDS

    Question Papers

    doc

    402 Downloads

    File
    Jayant Kumar rana
    8 years ago
    MS-DOS tutorial by Gordon Dodrill, Coronado Enterprises. Moved to Applix by Tim Ward Typed by Karen Ward C programs converted by Tim Ward and Mark Harvey with assistance from Kathy Morton for Visual Calculator Pretty printed by Eric Lindsay Applix 1616 microcomputer project Applix Pty Ltd

    C Language Tutorial

    Subject College Notes

    pdf

    97 Downloads

    File
    Jayant Kumar rana
    8 years ago
    A book of C language ( with advance content)

    Introduction to C - Language Notes

    Subject Study Material

    pdf

    65 Downloads

    File
    RUPA RACHARLA
    8 years ago
    model papers

    data structures

    Question Papers

    pdf

    614 Downloads

    File
    RUPA RACHARLA
    8 years ago
    short answer questions

    data structures

    Subject Study Material

    pdf

    137 Downloads

    File
    Navya Rani Naik
    8 years ago
    R09 c lang set (1,2,3,4) question papers

    c language

    Question Papers

    pdf

    255 Downloads

    File
    Aneesha Musunuri
    8 years ago
    2013-2014 JNTUH BTECH R13 C&DS

    JNTUH BTECH R13 C&DS

    Question Papers

    pdf

    195 Downloads

    File
    Sana Afreen Shaik
    8 years ago
    JNTUH R13 B.TECH II YEAR II SEMESTER JAVA PROGRAMMING QUESTION PAPER DECEMBER - 2014 (COMMON TO CSE,IT)

    JAVA PROGRAMMING

    Question Papers

    pdf

    662 Downloads

    Users Joined


    Warning: Undefined variable $getUser in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56

    Warning: Trying to access array offset on value of type null in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
    mahek thakur
    8 months ago

    Warning: Undefined variable $getUser in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56

    Warning: Trying to access array offset on value of type null in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
    sowmya
    8 months ago

    Warning: Undefined variable $getUser in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56

    Warning: Trying to access array offset on value of type null in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
    biraja
    9 months ago

    Warning: Undefined variable $getUser in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56

    Warning: Trying to access array offset on value of type null in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
    Diana R
    9 months ago

    Warning: Undefined variable $getUser in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56

    Warning: Trying to access array offset on value of type null in /home/wolf.engineershub.in/public_html/engineershub/engineershub/themes/ehthree/layout/right-sidebar.phtml on line 56
    P Annapoorani
    9 months ago
    EngineersHub Logo
    x
    Loading...