Explain what is the benefit of using #define to declare a constant?
No Answer is Posted For this Question
Be the First to Post Answer
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,………….].
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
who is first prime minister in india??
Explain what is the difference between far and near ?
How many keywords are there in c?
What is return in c programming?
Explain what is the difference between text files and binary files?
is c language is a object oreinted language?
What is the maximum no. of arguments that can be given in a command line in C.?
Why is c known as a mother language?
Convert the following expression to postfix and prefix (A+B) * (D-C)
Why c is known as a mother language?