Assignment-I
[Link] the steps involved in software development method.
[Link] is an algorithm? Explain with suitable example.
[Link] is an operator? Explain different operators in C.
4. What is an expression? Explain different categories of expressions.
[Link] are logical operators in C? Write a C program to illustrate the logical operators?
6. What is the use of flowchart? What is the general structure of a C program.
7. Explain the advantages and disadvantages of using high level languages over machine level
languages.
8. What are the shift operators? Write a program to shift the entered number by three bits left
and display the result.
9. What is a flow chart? Explain different symbols used for flow chart. Explain with example.
[Link] is secondary storage? What are the reasons for having secondary storage devices? Explain
different secondary storage devices.
Assignment-II
[Link] a program to find the sum of all floating point elements in an array.
[Link] is a string variable? How to declare a string variable? Explain with examples
3. Write a program to count the number of digits, alphabets, white spaces and other characters in
a sentence.
4. Write a short note on one dimensional arrays.
[Link] about program control structures with suitable examples.
6. With examples explain different decision statements in C.
7. What is pointer to a pointer? What is a void pointer? Explain with example.
8. Write a program to add two matrices using pointers
[Link] Different String Handling functions with examples.
10. Write a program to test a given number is prime number or not.
Assignment-III
[Link] to use pointers as arguments in a function? Explain through an example
[Link] a short notes on the following storage classes:
(a) Automatic. (b) Static. (c) Register. (d) External
[Link] to use pointers as arguments in a function? Explain through an example.
[Link] is recursion? What are the advantages and disadvantages of recursion?
[Link] is a function? What are the different types of functions? Explain function with argument
and no return type with an example
6. Write a function to convert lower case to upper case and vice-versa.
[Link] Different Dynamic memory Allocation functions.
[Link] is [Link] Different Scope Rules.
[Link] are the pointer [Link] with examples.
[Link] different parameter passing methods.
Assignment-IV
[Link] below terms with examples:
Nested structures.
Array of structures.
[Link] a program in C to display the size of structure elements using size of operator?
[Link] the different ways of defining the structure and how to access the structure members
with examples?
4. What are the differences between structure and union?
5. Define structure and write the general format for declaring and accessing members.
6. How to use arrays as structure members? Illustrate with example.
7. What is the use of period operator? Give an example.
[Link] about type definitions with examples.
9. Explain about Enumerations with examples. Give the various advantages of bit fields.
[Link] command Line arguments with examples.
Assignment-V
[Link] a program to display the contents of the file in reverse.
3. Write a program to read and print text file of integers.
4. . Discuss with examples the following ¯le I/O handling functions.
(a) fgets() (b) fputs() (c) getw()
[Link] the following operations:
(a) f seek(). (b) f tell. (c) rewind(). (d) f error().
[Link] sequential files with example:
7. Explain Random access files with example
8. Discuss the concept of searching errors in reading of files.
[Link] Different preprocessor directives with examples.
[Link] About Different Standard streams with examples.