Getchar() will accept a character from keyboard displays immediately while typing and need Enter key to pressed for proceeding Getch() ...

Programming Language in C & C++
Getchar() will accept a character from keyboard displays immediately while typing and need Enter key to pressed for proceeding Getch() ...
It can not perform arithmetic operation. Sizeof(void) //is illegal
#include<stdio.h> void main() { int i,j,n,temp,a[100]; clrscr(); printf("Enter how ...
#include<stdio.h> #include<conio.h> void main() { int a,*p; char s; float f; void *v; clrscr(); printf(...
I use a void pointer it store any data type. It save memory space.
A void pointer is pointer which has no specified data type . The keyword ‘void’ is preceded the pointer variable because the data type is no...