Programming in C QUESTIONS
Programming in C QUESTIONS
UNIT I
1.What are the common functions of O.S?
2.Define a computer give the classifications of computer?
3.Write a short note on compiler and interpreter?
4.Discuss about the anatomy of a computer?
5.write a short notes on computer memory hierarchy?
6.Generations & classification of programming languages?
//
7.Define algorithm discuss about the strategies of designing algorithm?
8.Write a note on structured programming concept.
9.Discuss the various types of c programming
10.Structure of C program ?
11.explain ‘C’ tokens in detail
12types of conversions in ‘c’ program
13.Explain the different types of operations available in ‘C’ language.
UNIT II
1.Explain the non – Formatted (or) unformatted input out put functions?
2.discuss the control statements with suitable examples?
3.Write the switch statement with example?
4.Explain the iterative statements as below
While , do While , for
5.Explain special control statements
Goto, break, continue, return exit.
//
6.Give a brief note on arrays
7.explain about multidimensional arrays.
8.explain the functions from c type.h, string.h
UNIT III
1.Discuss about different types of functions with suitable examples.
2.Write about any 5 characters built in functions.
3.discuss about score of variables.
4.what is recursion ?
5.Explain about call by value and call by reference
//
6.What is pointer & uses of pointers?
7.Discribe pointr to arrays ?
8.Discribe about pointer and strings?
9.What is dynamic memory allocation and explain it.
UNIT IV:
1.How to defined structure discuss with Example?
2.Compare and contrast the structure with union with suitable examples.
3.Brief note on Enum and types.
//
4.Wrie a program to crete a file and write a data into a file?
5.define a file write about various file handling/management function with
examples.
6.File operations using in ’C’.
7.What are the functions are used for random access in files.