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 / 2028

The above reply is an vague idea for the concept idea some
details may be with an example will be an good input from
nay one of us

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I read a binary data file properly?

633


Explain how do you sort filenames in a directory?

600


What is a wrapper function in c?

585


How can I find out the size of a file, prior to reading it in?

616


Are there any problems with performing mathematical operations on different variable types?

570






What are the features of c languages?

624


What is variable in c example?

590


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2215


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

665


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1631


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

656


What is void pointers in c?

584


What is return in c programming?

509


What is meant by type specifiers?

658


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

976