Recent Posts From All Categories

Showing posts with label OldQuestionSoluton2018C. Show all posts
Showing posts with label OldQuestionSoluton2018C. Show all posts

Read a paragraph and count all occurances of a particular word specified by a user - C

Q. Write a program which will read a paragraph and count all occurrences of a particular word specified by a user. #BIT-FirstSem-2018-Group...
Read More

Count and display number of charcters, white spaces, tabs, new lines present in the content of file - C

Q. Write a program to read content of data file named "PU" and count and display number of characters, white spaces, tab spaces an...
Read More

Using structure, input records of 1000 employees & display records of employee having highest & lowest salary- C

Q. Write a program using structure to input records of 1000 employees and display records of employee, having the highest and lowest salary....
Read More

Using concept of DMA, find the third largest element of an array of size n - C

Q. Write a program using concept of DMA to find the third largest element of an array of size N.  # BIT-FirstSem-2018-3b-8Marks-Solution =...
Read More

Sum of principal diagonal elements and square roots of sum of square of all even elements using pointer - C

Q.Write a program using pointer to input a mxn matrix and find the following (a)sum of principal diagonal elements (b)square roots of sum of...
Read More