News

Que No 2 Write a c program to count the number of elements less than,greater than and equal to zero ...
In C programming String is a 1-D array of characters and is defined as an array of characters. But an array of strings in C is a two-dimensional array of character types. Each String is terminated ...
In the C language, array sizes remain static at the time of declaration. The size of the array is static as there is no guarantee that the next memory location is free for utilization.