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 is define directive?

0 Answers  


write the program to find multiplication of 2-D matrix??????????

1 Answers  


any "C" function by default returns an a) int value b) float value c) char value d) a & b

0 Answers  


What is a Deque?

2 Answers  


When should volatile modifier be used?

0 Answers  


being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?

1 Answers   TCS,


State the difference between x3 and x[3].

0 Answers   Aricent,


C program to find frequency of each character in a text file?

6 Answers  


Is fortran faster than c?

0 Answers  


What is key word in c language?

4 Answers   ABC,


Is c programming hard?

0 Answers  


can we implement multi-threads in c.

0 Answers  


Categories