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
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
Describe how arrays can be passed to a user defined function
Write a code to generate divisors of an integer?
Difference between strcpy() and memcpy() function?
How would you obtain the current time and difference between two times?
What will be the outcome of the following conditional statement if the value of variable s is 10?
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
When can a far pointer be used?
Can a local variable be volatile in c?
What is union and structure in c?
Explain what is the advantage of a random access file?
What are qualifiers and modifiers c?
Do you have any idea how to compare array with pointer in c?
Why can’t we compare structures?
What is c language & why it is used?