User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







c:conio.h:wherey

This is an old revision of the document!


wherey

int wherey();

description of wherey

return current vertival cursor position

#include<stdio.h>
#include<conio.h>
 
int main( void )
{
   int y;
   printf("The answer is almost 42");
   y = wherey();
   printf("vertical cursor position from where this text appears = %d\n",y);
   return 0;
}

output of wherex example

  vertical cursor position from where text appears is 33

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/conio.h/wherey.1359906652.txt · Last modified: 2024/02/16 01:03 (external edit)

Impressum Datenschutz