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
Is sizeof a keyword in c?
What is indirection in c?
What is the difference between memcpy and memmove?
What is line in c preprocessor?
What is structure in c definition?
Can we assign integer value to char in c?
all c language question
how many key words availabel in c a) 28 b) 31 c) 32
What is a lvalue
Explain what are linked list?
What is the value of h?
What are runtime error?
What is the benefit of using #define to declare a constant?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Mention four important string handling functions in c languages .