Getchar() will accept a character from keyboard displays immediately while typing and need Enter key to pressed for proceeding Getch() ...
Disadvantage of void pointer
17:23
It can not perform arithmetic operation. Sizeof(void) //is illegal
Bubble short Ascending in c
17:06
#include<stdio.h> void main() { int i,j,n,temp,a[100]; clrscr(); printf("Enter how ...
How to print void pointer value in c ?
16:07
#include<stdio.h> #include<conio.h> void main() { int a,*p; char s; float f; void *v; clrscr(); printf(...
Advantage of void pointer in c.
13:47
I use a void pointer it store any data type. It save memory space.
what is void pointer?
13:30
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...
Subscribe to:
Posts (Atom)