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
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is a const pointer?
How can I convert a number to a string?
What are dangling pointers? How are dangling pointers different from memory leaks?
What is hashing in c?
How do you determine whether to use a stream function or a low-level function?
Can you write a programmer for FACTORIAL using recursion?
how to introdu5ce my self in serco
Lists the benefits of c programming language?
What is the difference between malloc() and calloc() function in c language?
Explain the difference between call by value and call by reference in c language?
is it possible to create your own header files?
What is break in c?
What is pragma c?
Write a progarm to find the length of string using switch case?