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
What is the difference between int main and void main in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
How many levels of indirection in pointers can you have in a single declaration?
What are the benefits of c language?
What is the difference between struct and typedef struct in c?
When should a far pointer be used?
Are negative numbers true in c?
How would you obtain the current time and difference between two times?
For what purpose null pointer used?
What is a class c rental property?
explain what is an endless loop?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Where we use clrscr in c?
What are called c variables?