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

What is build process in c?

645


What is actual argument?

591


Do pointers store the address of value or the actual value of a variable?

610


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

813


What is a macro, and explain how do you use it?

629






What does 1f stand for?

614


What is data structure in c programming?

574


Why is a semicolon (;) put at the end of every program statement?

628


What header files do I need in order to define the standard library functions I use?

539


What is oops c?

612


Why we write conio h in c?

567


Explain why can’t constant values be used to define an array’s initial size?

856


Explain how can I convert a string to a number?

643


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

656


What is structure packing in c?

608