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
Is there anything like an ifdef for typedefs?
Why does not c have an exponentiation operator?
what are # pragma staments?
What are the different types of linkage exist in c?
What is a struct c#?
What does c mean before a date?
Can static variables be declared in a header file?
How can I send mail from within a c program?
Explain what is a pragma?
What is the difference between procedural and functional programming?
Write a program to check armstrong number in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Write a program which returns the first non repetitive character in the string?
Why clrscr is used after variable declaration?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34