without a terminator how can we print a message in a printf
() function.
Answer Posted / dewanshu goel
#include<stdio.h>
main()
{
if(printf("the message is print without terminator"))
}
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
How will you divide two numbers in a MACRO?
Is main an identifier in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Do you know pointer in c?
What is character constants?
What is file in c language?
How do I use void main?
Explain how do you list a file’s date and time?
Is a house a shell structure?
Write a program to print factorial of given number without using recursion?
how to create duplicate link list using C???
What is scope rule of function in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Simplify the program segment if X = B then C ← true else C ← false