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
Can a pointer be volatile in c?
Can you subtract pointers from each other? Why would you?
pierrot's divisor program using c or c++ code
Explain what is the heap?
What is wrong in this statement? scanf(ā%dā,whatnumber);
Describe dynamic data structure in c programming language?
What is assert and when would I use it?
Why is struct padding needed?
What is the purpose of the preprocessor directive error?
What are derived data types in c?
how do you programme Carrier Sense Multiple Access
Why do we need arrays in c?
With the help of using classes, write a program to add two numbers.
What is the use of clrscr?
what is bit rate & baud rate? plz give wave forms