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 are the advantages of c language?
Explain what are run-time errors?
How do you redirect a standard stream?
What are shell structures used for?
Explain the use of keyword 'register' with respect to variables.
What is the meaning of && in c?
What are loops in c?
Can include files be nested?
What is ambagious result in C? explain with an example.
What is a structural principle?
Is register a keyword in c?
How many keywords are there in c?
Can a pointer be volatile in c?
What do mean by network ?
What is the difference between variable declaration and variable definition in c?