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
Multiply an Integer Number by 2 Without Using Multiplication Operator
What does 3 mean in texting?
Is null valid for pointers to functions?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What is pragma in c?
Write a program on swapping (100, 50)
Why we write conio h in c?
What is wrong with this statement? Myname = 'robin';
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is the difference between NULL and NUL?
What are static variables in c?
What is variable and explain rules to declare variable in c?
Explain how can I read and write comma-delimited text?
Explain how do you use a pointer to a function?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above