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

count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

901


Describe how arrays can be passed to a user defined function

1050


Write a code to generate divisors of an integer?

853


Difference between strcpy() and memcpy() function?

905


How would you obtain the current time and difference between two times?

1032


What will be the outcome of the following conditional statement if the value of variable s is 10?

1080


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1802


When can a far pointer be used?

812


Can a local variable be volatile in c?

794


What is union and structure in c?

911


Explain what is the advantage of a random access file?

925


What are qualifiers and modifiers c?

776


Do you have any idea how to compare array with pointer in c?

861


Why can’t we compare structures?

1073


What is c language & why it is used?

816