print ur name without using any semicolon in c/c++....
Answer Posted / sri lakshmi
#include<stdio.h>
void main()
{
if(printf("lakshmi"))
{
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is 02d in c?
In c language can we compile a program without main() function?
what are bit fields? What is the use of bit fields in a structure declaration?
Explain how can I avoid the abort, retry, fail messages?
Why do we use header files in c?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is difference between structure and union in c?
Write a program to implement queue.
What are qualifiers in c?
What are valid operations on pointers?
How do you sort filenames in a directory?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Explain what is the benefit of using enum to declare a constant?
What does main () mean in c?
Explain how do you generate random numbers in c?