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 is oops c?
How many types of operator or there in c?
What is volatile variable how do you declare it?
what is the format specifier for printing a pointer value?
What is use of integral promotions in c?
How can I insert or delete a line (or record) in the middle of a file?
How can you check to see whether a symbol is defined?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Do you know pointer in c?
How do you define CONSTANT in C?
How will you divide two numbers in a MACRO?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
How the c program is executed?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result