Discuss the function of conditional operator, size of operator and comma operator with examples.
No Answer is Posted For this Question
Be the First to Post Answer
Write a code to remove duplicates in a string.
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
What is the use of a static variable in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
What is function prototype in c with example?
What is c language in simple words?
write a program to display the frequency of each element in a given array in c language
What is calloc malloc realloc in c?
What are the features of c language?
What are the primitive data types in c?
What does sizeof int return?
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,………….].