can we print any string without using terminator?

Answer Posted / ashutosh

the format should b like this

void main()
{
if(printf("i luv u deepa")
{
}
}

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a function in c?

676


to find the closest pair

1931


Explain how can I convert a number to a string?

724


What is ponter?

886


What is #ifdef ? What is its application?

737






What is an operator?

755


What are c preprocessors?

782


how do you programme Carrier Sense Multiple Access

1601


Explain the difference between the local variable and global variable in c?

703


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2612


What does dm mean sexually?

930


What is the purpose of sprintf?

712


Why cant I open a file by its explicit path?

695


Do you know what are the properties of union in c?

670


What is the code in while loop that returns the output of given code?

1510