Tell me can the size of an array be declared at runtime?
Define Array of pointers.
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
Find greatest of two numbers using macro
Why c is called top down?
What is a stream water?
How was c created?
Are enumerations really portable?
What do you understand by friend-functions? How are they used?
What is the difference between exit() and _exit() function?
what is use of malloc and calloc?
How is a structure member accessed?
How a string is stored in c?