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
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
what are the 10 different models of writing an addition program in C language?
What is a char c?
Are the variables argc and argv are always local to main?
What is the use of f in c?
How is pointer initialized in c?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What are external variables in c?
What is the difference between the expression “++a” and “a++”?
What does dm mean sexually?
What is difference between structure and union with example?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What is maximum size of array in c?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What are the preprocessor categories?