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, What is the #line used for?
write a c program to find the sum of five entered numbers using an array named number
What are valid signatures for the Main function?
Write a program which returns the first non repetitive character in the string?
How can you increase the size of a statically allocated array?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Why should I prototype a function?
ATM machine and railway reservation class/object diagram
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is data structure in c language?
What is the difference between near, far and huge pointers?
What are different types of operators?
What are the 4 types of functions?
What is the code for 3 questions and answer check in VisualBasic.Net?
write a program in c language to print your bio-data on the screen by using functions.