without a terminator how can we print a message in a printf
() function.

Answer Posted / adesh

#include<stdio.h>
#include<conio.h>
main()
{
if("adesh")
{
}
}

Is This Answer Correct ?    7 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static identifier?

706


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

591


What is c variable?

556


What is the use of a conditional inclusion statement in C?

604


What are the different data types in C?

731






Differentiate between a for loop and a while loop? What are it uses?

677


Why main function is special give two reasons?

953


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1432


Explain what does it mean when a pointer is used in an if statement?

620


Can true be a variable name in c?

561


What does 1f stand for?

616


What is the use of static variable in c?

597


What is keyword in c?

606


Who is the main contributor in designing the c language after dennis ritchie?

555


What is c definition?

752