Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
what is structure an array is a data structure whose elements are all of the similar data type the structure is a data structure whose individual
explain the working of strcmp and strcat functionstrcmp this function is meant to use to compare two stringsthe strcmp function acknowledge two
explain the working of strcpy functionstrcpy this function is meant to use to copy one string to anotherthe strcpy function as well accepts two
explain some string oriented library functionsto make simpler string processing we can use special string oriented library functions mainly the c
write a program to illustrate array with stringsmain static char namedevdas int i i0 whilenamei0 printfcnamei ii1 in the name array and the zero
explain the working of array with stringsa string is defined in c language as an array of characters a null character lsquo0 is automatically added
define the multi dimensional arraysconsequently far we have considered arrays with only one dimension it is as well possible to define an array which
write a program to get the largest element in an array using function include ltstdiohgtint largestint bintmain int lara512236405 larlargestan
define how passing arrays to a functiona complete array can be passed to a function as an argument the manner in which the array is passed be
describe processing an arraythe single operations which involve complete arrays are not permitted in c language therefore if a and b are similar
write a program to illustrate arrayint x100 char text80 float temp30 static int marks5we are able to use symbolic constants instead of expression the
q how can define an arrayan array is defined in much the alike manner as ordinary variables except that every array name must be accompanied by a
what are arraysnumerous applications require the processing of multiple data items that have identical characteristics in such circumstances it is
define advantages of multi file programthe main merits of spreading a program across several files arebullteams of programmers able to work on
define multi file programwhile writing large programs we must divide programs up into modules these would be separate source files and the main
define some features of static storage class in c programthe features of a variable defined to contain a static storage class are as followsstorage -
define external static storage class - computer programmingan external static is declared outside of all the functions and is obtainable to all
define internal static storage class - computer programmingthe internal static variables are those that declared inside a function the scope of the
define static storage class in c programming the static declarations have distinct and important uses this allows the local variable to keep its
define some features of register storage class in c programthe feature of variable defined to be of register type all as followsstorage - cpu
example for register storage class - computer programmingmain register int i for i0 ilt limit i block exit will free the register although we
define register storage class - computer programmingthe storage class register notify the compiler that the associated variables must be stored in
define some features of external storage class in c programthe features of an external storage class variable are as followsstorage - memory default
example for external storage class - computer programmingextern double sin doublein a function prototype for the sin function its function definition
define external storage class - computer programmingwhen a variable is declared outside a function the storage is permanently assigned to it and its