without a terminator how can we print a message in a printf
() function.
Answer Posted / vijay
#include<stdio.h>
main()
{
if(Printf("Here is the message without terminator"))
{
}
}
| Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
What is pre-emptive data structure and explain it with example?
Explain the use of #pragma exit?
When should you not use a type cast?
Does c have circular shift operators?
Explain Function Pointer?
What is data structure in c language?
How do we open a binary file in Read/Write mode in C?
What is the difference between printf and scanf in c?
The difference between printf and fprintf is ?
What is "Duff's Device"?
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 program to check palindrome number in c programming?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What does the file stdio.h contain?
Is c is a high level language?