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 can I get the current date or time of day in a c program?
What are structures and unions? State differencves between them.
Can you please explain the difference between strcpy() and memcpy() function?
What is bash c?
write a progrmm in c language take user interface generate table using for loop?
Define circular linked list.
What is floating point constants?
What are operators in c?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is the use of gets and puts?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the use of getchar functions?
What are void pointers in c?
Why is c called a mid-level programming language?
What is malloc and calloc?