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
How would you obtain the current time and difference between two times?
what type of questions arrive in interview over c programming?
Describe the order of precedence with regards to operators in C.
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is %s and %d in c?
What is difference between main and void main?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is the condition that is applied with ?: Operator?
When should the const modifier be used?
please send me the code for multiplying sparse matrix using c
How can I manipulate strings of multibyte characters?
What are the advantages of Macro over function?
explain what is a newline escape sequence?
What is substring in c?
What is c token?