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
Explain how do you convert strings to numbers in c?
What are the application of void data type in c?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Why can’t we compare structures?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is the best style for code layout in c?
What are directives in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is function prototype in c with example?
What is the difference between array and pointer in c?
What is a good way to implement complex numbers in c?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Write a factorial program using C.
What is the benefit of using const for declaring constants?