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

What is oops c?

858


How many types of operator or there in c?

845


What is volatile variable how do you declare it?

777


what is the format specifier for printing a pointer value?

792


What is use of integral promotions in c?

888


How can I insert or delete a line (or record) in the middle of a file?

795


How can you check to see whether a symbol is defined?

828


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

833


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1973


Do you know pointer in c?

813


How do you define CONSTANT in C?

900


How will you divide two numbers in a MACRO?

915


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

2890


How the c program is executed?

868


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1695