without a terminator how can we print a message in a printf
() function.
Answer Posted / indrani
#include<stdio.h>
void main()
{
fun(printf("\nCute Ramya !!!!!"));
}
fun(int i)
{
i++;
}
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is the most efficient way to count the number of bits which are set in an integer?
What is #line in c?
How can I find out if there are characters available for reading?
Why doesnt that code work?
What is a scope resolution operator in c?
Can I initialize unions?
Explain how can you restore a redirected standard stream?
What is external variable in c?
When we use void main and int main?
What is line in c preprocessor?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is a method in c?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is structure packing in c?