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 |
What is c programing language?
Identify the operators that is not used with pointer a. && b. # c. * d. >>
how to return 1000 variables from functio9n in c?plz give me code also
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is the diffences between Windows XP and Windows Visa
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
What does == mean in texting?
What is meant by initialization and how we initialize a variable?
What does the c in ctime mean?