shorting algorithmS
No Answer is Posted For this Question
Be the First to Post Answer
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
What is #define size in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Differentiate between calloc and malloc.
Why is event driven programming or procedural programming, better within specific scenario?
Why do some versions of toupper act strangely if given an upper-case letter?
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].
Difference between MAC vs. IP Addressing
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
what are the advantages of a macro over a function?
write a 'c' program to sum the number of integer values
What are the different types of C instructions?