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 static variables in c?
How do shell structures work?
How does placing some code lines between the comment symbol help in debugging the code?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What are 'near' and 'far' pointers?
What are terms in math?
What is the difference between struct and typedef struct in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is s in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Explain 'bus error'?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Are enumerations really portable?
what is the different bitween abap and abap-hr?
Where we use clrscr in c?