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 does %2f mean in c?
Combinations of fibanocci prime series
What is the purpose of 'register' keyword?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Why static is used in c?
Why do we use int main?
Is fortran still used in 2018?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is putchar() function?
Why is this loop always executing once?
How can I split up a string into whitespace-separated fields?
What is string concatenation in c?
What is the 'named constructor idiom'?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is new line escape sequence?