In Linux platform which c function is used to clear a screen?

Answer:

use system("clear");
eg:

main()
{
system("clear");
}

First answer by Hareesh84. Last edit by Hareesh84. Contributor trust: 6 [recommend contributor recommended]. Question popularity: 1 [recommend question].