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
What is scope rule of function in c?
Can a void pointer point to a function?
What is modeling?
What is the purpose of main( ) in c language?
What is the best way to comment out a section of code that contains comments?
What is array of structure in c programming?
What is a macro in c preprocessor?
Why is event driven programming or procedural programming, better within specific scenario?
Define VARIABLE?
Write a program to print numbers from 1 to 100 without using loop in c?
How can I remove the trailing spaces from a string?
Can you please explain the scope of static variables?
what is the basis for selection of arrays or pointers as data structure in a program
difference between Low, Middle, High Level languages in c ?
Is c still used?