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 / vid
145
1!=1,4!=24,5!=120
1+24+120=145
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is boolean a datatype in c?
What does %p mean?
What are logical errors and how does it differ from syntax errors?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What does do in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Explain the difference between #include "..." And #include <...> In c?
Why is c so powerful?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Explain about the constants which help in debugging?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Under what circumstances does a name clash occur?
Explain bitwise shift operators?
Which is the best website to learn c programming?