print ur name without using any semicolon in c/c++....
Answers were Sorted based on User's Feedback
Answer / sanjeet
#include<stdio.h>
int main()
{
if(printf("Madhu"))
{
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shariq khan
#include<stdio.h>
#define A;
void main()
{
printf("shariq khan")A
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sri lakshmi
#include<stdio.h>
void main()
{
if(printf("lakshmi"))
{
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / annie
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("INDIA"))
getch();
}
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / baba kancha
#include<stdio.h>
int main( )
{ if(printf("baba")
{
}
}
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / g.rajitha
#include<iostream.h>
void main()
{
if(cout<<RAJITHA){}
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ravi pandey
#include<stdio.h>
main()
{if(printf("ravi"))
}
| Is This Answer Correct ? | 9 Yes | 15 No |
Answer / shubhankar sisodia
#include<stdio.h>
main()
{if(printf("shubhankar"))
}
| Is This Answer Correct ? | 10 Yes | 17 No |
Answer / gprabha
#include<stdio.h>
void main()
{
int i=1;
if(printf("Prabha"))
{
i++;
}
getch();
}
| Is This Answer Correct ? | 7 Yes | 16 No |
Answer / revathi pawar
#include<stdio.h>
{
int i;
if(printf("bill gates"))
i=1;
}
| Is This Answer Correct ? | 20 Yes | 47 No |
What happens if header file is included twice?
Explain is it better to bitshift a value than to multiply by 2?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
How can you restore a redirected standard stream?
What does %f mean c?
i want to know the procedure of qualcomm for getting a job through offcampus
How are 16- and 32-bit numbers stored?
Why c is known as a mother language?
Explain following declaration int *P(void); and int (*p)(char *a);
What is the difference between union and anonymous union?
What are dynamically linked and statically linked libraries?
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,