Explain how can type-insensitive macros be created?
No Answer is Posted For this Question
Be the First to Post Answer
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
what is the maximum no. of bytes calloc can allocate
Write a C program in Fibonacci series.
What is diffrance between declaration and defination of a variable or function
biggest of two no's with out using if condition statement
Write a simple code fragment that will check if a number is positive or negative.
write a program to print sum of each row of a 2D array.
What is graph in c?
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
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,………….].
In scanf h is used for
What is #ifdef ? What is its application?