how to create duplicate link list using C???
all c language question
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Can you please explain the difference between strcpy() and memcpy() function?
What are the rules for identifiers in c?
What does %p mean?
What is a memory leak? How to avoid it?
What is the difference between struct and union in C?
What are Macros? What are its advantages and disadvantages?
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
Explain indirection?
What is the meaning of 2d in c?
Explain what is the difference between the expression '++a' and 'a++'?