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 is the correct declaration of main?

679


Process by which one bit pattern in to another by bit wise operation is?

615


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

667


What is the use of a ‘’ character?

586


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

626






Explain a file operation in C with an example.

664


How many types of errors are there in c language? Explain

573


What is struct node in c?

623


What is methods in c?

643


What are inbuilt functions in c?

561


What is a nested formula?

607


What is queue in c?

578


How do we make a global variable accessible across files? Explain the extern keyword?

1422


can anyone suggest some site name..where i can get some good data structure puzzles???

1643


How does normalization of huge pointer works?

642