1. #1
    Unregistered

    What are the important Topics in C language for Examination Point of View?

    i want to write exam for c language but i wanna know about the important topics in c language to get good marks

  2. #2
    raajj Array
    Join Date
    Apr 2012
    Location
    sikar
    Posts
    3

    Re: What are the important Topics in C language for Examination Point of View?

    Arrays,Pointers,Structures, Unions,Enumeration, Loop control structures, conditional stements are important points c.

  3. #3
    omer Array
    Join Date
    Apr 2012
    Posts
    1

    Re: What are the important Topics in C language for Examination Point of View?

    To score good marks in C language firstly you should know the basics of C .i.e what is printf, scanf,,operators of C like arithmatic,logical,conditional,etc...then you should know about how to write the programme,like header files ,body of the programme etc...and the last you should know about the Debugging ..Hoping this will help you to score good marks inC lanuage

  4. #4
    NKUPSC Array
    Join Date
    Apr 2012
    Posts
    9

    Re: What are the important Topics in C language for Examination Point of View?

    U can see it on www.indiabix.com . Generally topics r pointer,function,structure,union.

  5. #5
    sunildeep Array
    Join Date
    Apr 2012
    Posts
    11

    Re: What are the important Topics in C language for Examination Point of View?

    Try brush up data-structures, linked-list, forests, multi-dimensional arrarys and enums.

  6. #6
    vicky16101991 Array
    Join Date
    Apr 2012
    Location
    Bhbaneswar, Odisha
    Posts
    4

    Re: What are the important Topics in C language for Examination Point of View?

    In c the important topics are types of data types, abstract data types, function call by reference , function call by value function return by reference, structure, union, pointers, file handling

  7. #7
    sandeep Array
    Join Date
    Apr 2012
    Posts
    37

    Re: What are the important Topics in C language for Examination Point of View?

    Arrays,Pointers,Structures, Unions,Enumeration, Loop control structures, conditional stements are important points c.

  8. #8
    nitesh Array
    Join Date
    Apr 2012
    Location
    chennai
    Posts
    170

    Re: What are the important Topics in C language for Examination Point of View?

    operators,pointer,structure,array,function,file handling,union etc are important topics in c language

  9. #9
    sankari Array
    Join Date
    Apr 2012
    Location
    chennai, TN
    Posts
    422

    Re: What are the important Topics in C language for Examination Point of View?

    pointers,arrays,function call by value, call by reference, loops,unions,data types, structure,conditional statements. programs related to this are important
    topics in C language.

  10. #10
    chandra Array
    Join Date
    Jun 2012
    Posts
    103

    Re: What are the important Topics in C language for Examination Point of View?

    Dear friends,
    Some topics regarding c languages are:-Character set, keywords, identifier, logical and assignment operator, conditional operator, branching and looping, array, pointer, structure, union, Program control(iteration, recursion, function), scope, binding, parameter passing etc.

  11. #11
    Milan padariya Array
    Join Date
    Jun 2012
    Posts
    184

    Re: What are the important Topics in C language for Examination Point of View?

    In c the important topics are types of data types, abstract data types, function call by reference , function call by value function return by reference, structure, union, pointers, file handling

  12. #12
    Mohit Bansal Array
    Join Date
    Apr 2012
    Location
    Bhucho Mandi
    Posts
    2,491

    Re: What are the important Topics in C language for Examination Point of View?

    dear friend,

    important topics for c according to exam point of view:

    operators,data types, type casting, if-else ,nested if-else,ladder if-else,switch statement, loops,arrays,structures,functions, difference b/w array and structure, difference b/w call by value and call by reference, Union, difference b/w structure and union,
    pointers,difference b/w while loop and do-while loop.



    Good Luck...........

  13. #13
    karbonn Array
    Join Date
    Jun 2012
    Posts
    288

    Re: What are the important Topics in C language for Examination Point of View?

    Hi...friend
    the following topics are asked repeatedly...here you go
    DATA STRUCTURES
    ARYS
    POINTERS
    LOOPS(FOR,IF,THEN)
    SORTING METHODS(BUBBLE,MERGE,QUICK,SELECTION)
    FUNCTIONS
    TREES AND GRAPHS
    MEMBER FUNCTIONS
    CONSTANTS,VARIABLES AND DATA TYPES
    DECISION MAKING
    SERCHING TECHNIQUES

    these are the most important topics for computer stream students
    any way good luck....

  14. #14
    vijaybanna Array
    Join Date
    Jul 2012
    Location
    Jaipur
    Posts
    91

    Re: What are the important Topics in C language for Examination Point of View?

    Dear Aspirant

    Regarding C language every part of the language is important but the most important one are

    Arrays,pointers,loops,union and structure..

    Best of Luck for the future

  15. #15
    sadiora Array
    Join Date
    Jun 2012
    Location
    Ludhiana
    Posts
    1,450

    Re: What are the important Topics in C language for Examination Point of View?

    Dear

    According to me following topic covered in the c language.

    C Language topic for exam
    operators
    Arrays,
    Pointers,
    Structures,
    Unions,
    Enumeration,
    Loop control structures, c
    onditional stements
    abstract data types,
    file handlin
    function,
    for more detail and the syllabus for the exam you udate with the www.upsc.gov.in
    best of luck for the future

  16. #16
    made4u Array
    Join Date
    Jan 2013
    Location
    Surat
    Posts
    484

    Re: What are the important Topics in C language for Examination Point of View?

    hi, friend.

    >> c is very useful language with programming and also as exam point of view.

    >> you have to cover following important topic but dont leave other topic also.

    > Fucntion.

    > class.

    >> array

    >>pointer

    >> looping structure.

    >> union and

    >> file handling.

    and all data type and operator.

    >> this is enough .

    >> for this you can read " complete reference of C"

    i hope you have got me.

    >> all the very best


  17. #17
    SHO Array
    Join Date
    Jul 2013
    Posts
    70

    Re: What are the important Topics in C language for Examination Point of View?

    Hello dear,
    Important topics of C language is given below in sequence..
    1> header files,array,pointers...
    2> entity..
    3> architecture body..
    4> airthematic and logical operators..
    5> if statements,loop statements, conditional statements etc..
    6> abstract data types, file handling types topics are very important in C language..
    thanks..

  18. #18
    Abhijeet gupta Array
    Join Date
    Jun 2013
    Posts
    218

    Re: What are the important Topics in C language for Examination Point of View?

    Important topics in C language are:

    1. Conditional statements
    2. looping statements
    3. header files
    4. arrays
    5. pointers
    6. file handling
    7. data structure

    etc

Closed Thread