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
Is c easy to learn?
What is the difference between a string and an array?
What does nil mean in c?
What is far pointer in c?
Apart from dennis ritchie who the other person who contributed in design of c language.
Write a program on swapping (100, 50)
What is the use of header?
What is the scope of local variable in c?
How to Throw some light on the splay trees?
how do you execute a c program in unix.
What are c preprocessors?
Was 2000 a leap year?
What are the 4 data types?
What are bitwise shift operators in c programming?
What is c language in simple words?