Q : Write a program using dynamic memory allocation to read numbers as input and display them in sorted order thereafter.
Answer :
Answer :
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
/*============================
Girfa Student Help
Dynamic array and ascending print
==============================*/
void main()
{