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

Is sizeof a keyword in c?

777


What is indirection in c?

814


What is the difference between memcpy and memmove?

791


What is line in c preprocessor?

817


What is structure in c definition?

800


Can we assign integer value to char in c?

834


all c language question

2185


how many key words availabel in c a) 28 b) 31 c) 32

832


What is a lvalue

876


Explain what are linked list?

813


What is the value of h?

809


What are runtime error?

856


What is the benefit of using #define to declare a constant?

860


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1468


Mention four important string handling functions in c languages .

854