a function gets called when the function name is followed by a
a) semicolon (;)
b) period(.)
c) !
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantage of c language?
Why array starts with index 0
what is array?
What is a good way to implement complex numbers in c?
difference between spiral and waterfall model
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
List some of the dynamic data structures in C?
. Explain the differences between fork() and exec() in C
what is different between auto and local static? why should we use local static?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
How can I sort more data than will fit in memory?