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
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
what are bit fields in c?
I heard that you have to include stdio.h before calling printf. Why?
How do c compilers work?
What are pointers?
What does 2n 4c mean?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
What is line in c preprocessor?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is property type c?
What is the Purpose of 'extern' keyword in a function declaration?
Why doesnt long int work?
How would you rename a function in C?
Explain logical errors? Compare with syntax errors.
What are the disadvantages of c language?