Recent Posts From All Categories

Showing posts with label OldQuestionSolution2017C. Show all posts
Showing posts with label OldQuestionSolution2017C. Show all posts

Pattern printing in C

Q.  Program for following series  1 12 123 1234 12345 123456                          #BIT_FirstSem_2017_10No_5Marks_Solution ==&g...
Read More

Find the sum of elements of given array, using DMA - C

Q. Write a program to find the sum of elements of a given array, using DMA.  #BIT_FirstSem_2017_9No_5Marks_Solution ==>Code goes like t...
Read More

Swap two variables showing the example of call by reference - C

Q. Write a program to swap two variables showing the example of call by reference.  #BIT_FirstSem_2017_6No_4Marks_Solution ==>Code goes...
Read More

Input average marks of students and show the grade as the following conditions - C

Q. Write a program to input average marks of students and show the grade as the following conditions . marks               Grade 0-39       ...
Read More

Sort details of n persons in ascending order by Name and more - C

Write a program using structure to read Name, Address and telephone number of N persons and sort the in ascending order by Name and display ...
Read More

Transpose of a given matrix using pointer - C

Q. Write a program using pointer, to find transpose of a given matrix. #BIT_2017_2b_5Marks_Solution ==> code goes like this: #include&...
Read More

Draw a right angle triangle and set the line color as RED - C

Q. Write a program to draw a right angle triangle and set the line color as RED. #BIT_2017_2a_4Marks_Solution ==> Code goes like this :...
Read More