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


Please Help Members By Posting Answers For Below Questions

What are the advantages of c language?

834


Explain what are run-time errors?

792


How do you redirect a standard stream?

829


What are shell structures used for?

771


Explain the use of keyword 'register' with respect to variables.

784






What is the meaning of && in c?

724


What are loops in c?

745


Can include files be nested?

814


What is ambagious result in C? explain with an example.

2280


What is a structural principle?

823


Is register a keyword in c?

812


How many keywords are there in c?

797


Can a pointer be volatile in c?

713


What do mean by network ?

861


What is the difference between variable declaration and variable definition in c?

766