Answer Posted / ronald
variadic macros --- C99 standard
#define MY_MACRO(...)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain can you assign a different address to an array tag?
What are the different data types in C?
What are formal parameters?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
How do I create a directory? How do I remove a directory (and its contents)?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Explain what are preprocessor directives?
Write a program to swap two numbers without using third variable in c?
What is array in c with example?
In C, What is the #line used for?
Tell us something about keyword 'auto'.
can anyone please tell about the nested interrupts?
What is a pragma?
Explain what does the format %10.2 mean when included in a printf statement?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.