Assignment, Descriptive Questions
Assignment, Descriptive Questions
Assignment-II
1.Write a program to find the sum of all floating point elements in an array.
2.What 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.
5.Explain 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
9.Explain Different String Handling functions with examples.
10. Write a program to test a given number is prime number or not.
Assignment-III
Assignment-IV
Assignment-V