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


Please Help Members By Posting Answers For Below Questions

How to draw the flowchart for structure programs?

8948


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1690


What are the difference between a free-standing and a hosted environment?

981


How many identifiers are there in c?

749


How can I list all of the predefined identifiers?

740






Is c pass by value or reference?

783


Tell me with an example the self-referential structure?

742


What are the c keywords?

932


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

827


Tell us bitwise shift operators?

780


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

783


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

1013


Explain goto?

889


in iso what are the common technological language?

1831


What is structure and union in c?

788