print ur name without using any semicolon in c/c++....
Answer Posted / sushma rai
#include<stdio.h>
#include<conio.h>
void main()
{
scanf("%s",printf("sushma"));
}
| Is This Answer Correct ? | 5 Yes | 42 No |
Post New Answer View All Answers
What is structure data type in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
what are enumerations in C
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is methods in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Describe static function with its usage?
Tell me what is the purpose of 'register' keyword in c language?
What is optimization in c?
Explain how can you determine the size of an allocated portion of memory?
Explain setjmp()?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Why do we use return in c?
What is getch() function?
How do I round numbers?