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
What is a function in c?
to find the closest pair
Explain how can I convert a number to a string?
What is ponter?
What is #ifdef ? What is its application?
What is an operator?
What are c preprocessors?
how do you programme Carrier Sense Multiple Access
Explain the difference between the local variable and global variable in c?
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
What does dm mean sexually?
What is the purpose of sprintf?
Why cant I open a file by its explicit path?
Do you know what are the properties of union in c?
What is the code in while loop that returns the output of given code?