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 scanf_s in c?
What does sizeof return c?
What is auto keyword in c?
How do we make a global variable accessible across files? Explain the extern keyword?
What is oops c?
What are the applications of c language?
What is #line in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is the use of printf() and scanf() functions?
What are loops c?
What are the two types of structure?
Explain how can I manipulate strings of multibyte characters?
When should the register modifier be used? Does it really help?
Is fortran still used in 2018?
Wt are the Buses in C Language