What is Algorithm??
An Algorithm is a set of sequential steps usually written in ordinary language (English Language) to solve a given problem.
INPUT NAME ROLL NO AND MARKS OF STUDENT AND PRINT USING STRUCTURE #include<stdio.h> #include<string.h...
No comments