Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


print ur name without using any semicolon in c/c++....

Answers were Sorted based on User's Feedback



print ur name without using any semicolon in c/c++......

Answer / sanjeet

#include<stdio.h>
int main()
{
if(printf("Madhu"))
{
}
}

Is This Answer Correct ?    0 Yes 0 No

print ur name without using any semicolon in c/c++......

Answer / shariq khan

#include<stdio.h>
#define A;
void main()
{
printf("shariq khan")A
}

Is This Answer Correct ?    0 Yes 0 No

print ur name without using any semicolon in c/c++......

Answer / sri lakshmi

#include<stdio.h>
void main()
{
if(printf("lakshmi"))
{
}
}

Is This Answer Correct ?    0 Yes 0 No

print ur name without using any semicolon in c/c++......

Answer / annie

#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("INDIA"))
getch();
}

Is This Answer Correct ?    2 Yes 3 No

print ur name without using any semicolon in c/c++......

Answer / baba kancha

#include<stdio.h>
int main( )
{ if(printf("baba")
{
}
}

Is This Answer Correct ?    1 Yes 2 No

print ur name without using any semicolon in c/c++......

Answer / g.rajitha

#include<iostream.h>
void main()
{
if(cout<<RAJITHA){}
}

Is This Answer Correct ?    0 Yes 1 No

print ur name without using any semicolon in c/c++......

Answer / ravi pandey

#include<stdio.h>
main()
{if(printf("ravi"))
}

Is This Answer Correct ?    9 Yes 15 No

print ur name without using any semicolon in c/c++......

Answer / shubhankar sisodia

#include<stdio.h>
main()
{if(printf("shubhankar"))
}

Is This Answer Correct ?    10 Yes 17 No

print ur name without using any semicolon in c/c++......

Answer / gprabha

#include<stdio.h>
void main()
{
int i=1;
if(printf("Prabha"))
{
i++;
}
getch();
}

Is This Answer Correct ?    7 Yes 16 No

print ur name without using any semicolon in c/c++......

Answer / revathi pawar

#include<stdio.h>
{
int i;
if(printf("bill gates"))
i=1;
}

Is This Answer Correct ?    20 Yes 47 No

Post New Answer

More C Interview Questions

What happens if header file is included twice?

0 Answers  


Explain is it better to bitshift a value than to multiply by 2?

0 Answers  


Tell about strtok & strstr functions

2 Answers   HCL, iFlex, Motorola,


How can you restore a redirected standard stream?

0 Answers  


What does %f mean c?

1 Answers  


i want to know the procedure of qualcomm for getting a job through offcampus

0 Answers   HCL,


How are 16- and 32-bit numbers stored?

0 Answers  


Why c is known as a mother language?

0 Answers  


Explain following declaration int *P(void); and int (*p)(char *a);

3 Answers  


What is the difference between union and anonymous union?

0 Answers   Hexaware,


What are dynamically linked and statically linked libraries?

2 Answers  


difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


Categories