9.how do you write a function that takes a variable number
of arguments? What is the prototype of printf () function?
10.How do you access command-line arguments?
11.what does ‘#include<stdio.h>’ mean?
12.what is the difference between #include<> and #include”…”?
13.what are # pragma staments?
14.what is the most appropriate way to write a
multi-statement macro?

Answer Posted / saurabh

WHERE IS THE ANSWER MY FRIENDS?

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you determine the length of a string value that was stored in a variable?

681


What is the basic structure of c?

567


What is function what are the types of function?

572


What is the benefit of using const for declaring constants?

600


Write a c program to demonstrate character and string constants?

1693






Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

666


Is it possible to pass an entire structure to functions?

565


How can I delete a file?

638


What is a built-in function in C?

811


What are lookup tables in c?

554


What is type qualifiers?

673


How can you read a directory in a C program?

664


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

648


How do we declare variables in c?

583


What are logical errors and how does it differ from syntax errors?

672