how do you write a function that takes a variable number of
arguments? What is the prototype of printf () function?
No Answer is Posted For this Question
Be the First to Post Answer
What's the best way of making my program efficient?
What are different storage class specifiers in c?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
what is a headerfile?and what will be a program without it explain nan example?
what is develop in c language
What is the difference between void main() and int main()?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
What is the difference between %d and %*d in C
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Explain what are the __date__ and __time__ preprocessor commands?
Does c have an equivalent to pascals with statement?