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

Write a program with dynamically allocation of variable.

606


What are the disadvantages of external storage class?

592


What are the uses of null pointers?

591


Explain what does the function toupper() do?

636


What does the c preprocessor do?

624






How do I get an accurate error status return from system on ms-dos?

649


What is the Purpose of 'extern' keyword in a function declaration?

655


how to introdu5ce my self in serco

1523


What are local static variables?

620


How do you generate random numbers in C?

660


What are the types of assignment statements?

630


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

1929


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

588


What does c mean before a date?

592


What is function and its example?

628