print ur name without using any semicolon in c/c++....
Answers were Sorted based on User's Feedback
Answer / sushma rai
#include<stdio.h>
#include<conio.h>
void main()
{
scanf("%s",printf("sushma"));
}
| Is This Answer Correct ? | 5 Yes | 42 No |
Difference between MAC vs. IP Addressing
What are the benefits of c language?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
How do I convert a string to all upper or lower case?
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
how to multiply two number taking input as a string (considering sum and carry )
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is the purpose of void pointer?
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
Here is a good puzzle: how do you write a program which produces its own source code as output?