without a terminator how can we print a message in a printf
() function.
Answer Posted / lucky
#include<stdio.h>
void main()
{
if(printf("hello")==0)
{}
}
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the different categories of functions in c?
Do you know pointer in c?
Can we assign integer value to char in c?
how to build a exercise findig min number of e heap with list imlemented?
What are the 32 keywords in c?
What is modeling?
Write a code of a general series where the next element is the sum of last k terms.
What is null character in c?
Explain what does the function toupper() do?
How can I read and write comma-delimited text?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is a pointer and how it is initialized?
Explain the use of #pragma exit?
What is the difference between printf and scanf )?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration