C University Questions
C University Questions
C 2006 May
2007 December Some program need to check
2009 December
2009 May
2010 December
2012 December
2013 December
2014 April
2015 April
2015 December
2016 May
2016 October
2017 May
2017 December
2018 May
What is flowchart? Explain its basic symbols with an example.
Explain the character set & basic data types in C language along the size in bytes of each type. || What is mean by user-define
What are control statements? Demonstrate usage of if-else construct through an example program. || Discuss various control
Explain break statement and continue statement with an example.
What are arrays? Write the syntax to declare, initialize and access two dimensional arrays || What is Array? Explain the detail s
Clearly differentiate between function prototype, function definition and function call along with an example.
Explain getchar() & putchar() functions with examples. Differentiate between scanf() and gets() functions. || What is the differ
palindrome or not.
Explain different modes of accessing a file. || List any 3 file handling functions. Explain in detail. || What is a 'File Structure? Ex
suitable examples
What is recursive function? Write a program to demonstrate recursive function. || What is Reursive Futio? Deostrate Fatorial y
Explain structures. Illustrate with an example structure initialization. Write the syntax for array of structures. || what is structur
Explain the concept of structure with suitable examples. || How to initialize the structure variable? Explain with suitable exam
Give a brief note about the elements in a pointer data type. What are the advantages and disadvantages of pointers || Explain
is the purpose of data type included in the declaration? explain pointers to 1D array. || What is a pointer? How is a pointer var
apointer variable declared ? What is the purpose of data type included in the declaration? Explain pointers to 1D Array.
What is a preprocessor, what are the advantage of preprocessor || What is meant by Macros? List constructs in C for preproce
are preprocessor directives? Provide the differences between macros and functions. || what is a preprocessor directive? Expla
calculate area of circle.
What is malloc () & callac () ? Explain difference between malloc () & callac () with example.
What is the purpose of static, auto and register variables in C? || What are static variable? Compare with standard local variab
What are different parameter passing mechanisms in C? Give examples.
Write any five string functions with suitable example of each. || s || What is String? How to Arithmetic operatorperfoun on st4
of reverse string such that if the input string is "Prograteng with C"
Differentiate between call by value and call by reference with suitable example || s
Discuss operations on pointer and pointer Arithmetic
What is escape sequence? Give example.
Differentiate union and structure with example. ||||s || What is union? Discuss with suitable example of union. || What is un
List and explain operators in C. Also write operator precedence || s || Explain the different operator with suitable examples us
precedence.
Explain enum with suitable example. |
what are the storage classes ? Explain with suitable example.-1 || what are the different storage types suported by C langauage
detail the various storage classes available in C. || What are storage classes? Explain the various sorage classes with appropriat
What is Symbolic Constant? How is a symbolic constant defined? Example || what is a symbolic constant ? How is a symbolic c
be placed with in a C program. || What is symbolic constant ? How is a symbolic constant defined? Explain wih suitable examp
Explain the different control structure implementation in C programming.
what is stream ? Describe two different methods of creating a stream oriented data file. |
explain actual parameter, formal parameter, local variable, global variable and external variable with an example.
Summarize the Bitwise operators available in C. Give apprpriate axamples to illustrate the use of each operator. State the differ
Explain the following with two examples 1) for Loop 2) do- While Loop
Arrays are always passed by reference. Explain the statement.
Exemplify in detail the various decision making constructs available in C.
What is an expression ? What are its components?
What is a file? Compare binary and text file. Give the examples to open and close the files.
Summarize the use of gets nd puts function to transfer strings between the computer and the standard input/output device. C
statements.
Explain the difference between an array of character pointers and two dimensional array.
As a programmer what motivates you to use functions in the program? What is recursion? Explain with suitable example.
What is the purpose of return statement? Summarize the rules governing the use of the return statement. Can multiple expres
function.
Why is the use of goto statement generally discouraged? Under what conditions might the goto statement be helpful? What ty
= gross - deduction, gross = basic + DA + TA+Allowances + HRA, deduction = PT + IT, TA = 10% of Basic , DA = 30% of basic, HRA = 20% of ba
) and reads the data in read function, write a function sum() to add two complex variables( struct complex has two elements real and imag