Answer Posted / ronald
variadic macros --- C99 standard
#define MY_MACRO(...)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Tell us two differences between new () and malloc ()?
Which is better malloc or calloc?
How do you view the path?
Explain the difference between structs and unions in c?
can anyone please tell about the nested interrupts?
How do I copy files?
What is s or c?
What is pragma in c?
How to find a missed value, if you want to store 100 values in a 99 sized array?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Explain how do you determine a file’s attributes?
What is abstract data structure in c?
Explain what are its uses in c programming?
What are the 4 types of programming language?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?