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...


c program to print a name without using semicolon

Answers were Sorted based on User's Feedback



c program to print a name without using semicolon ..

Answer / amehga

main()
{
if(printf("AMEGHA"))
{
}
}

Is This Answer Correct ?    56 Yes 5 No

c program to print a name without using semicolon ..

Answer / amegha

main()
{
if(printf("AMEGHA")
{
}
}

Is This Answer Correct ?    36 Yes 17 No

c program to print a name without using semicolon ..

Answer / s

main()
{
if(printf("SIVAN RAJA C"))
{
}
}

Is This Answer Correct ?    19 Yes 4 No

c program to print a name without using semicolon ..

Answer / satya

main()
{
if(printf("SATYA"))
{
}
}

Is This Answer Correct ?    8 Yes 3 No

c program to print a name without using semicolon ..

Answer / jeke kumar gochhayat

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

Is This Answer Correct ?    9 Yes 5 No

c program to print a name without using semicolon ..

Answer / rajesh dixit

#include<stdio.h>
#include<coio.h>
void main()
{
if(printf("rajesh dixit"))
{
}
getch();
}

Is This Answer Correct ?    6 Yes 2 No

c program to print a name without using semicolon ..

Answer / 080132

#include<stdio.h>
#include<conio.h>
void main{
if(printf("I am arafat from jstu")){


}
if(printf(" ")){


}
if(getch()){


}


}

Is This Answer Correct ?    3 Yes 0 No

c program to print a name without using semicolon ..

Answer / subash

main()
{
if(printf("SATYA"))
{
}
}

Is This Answer Correct ?    0 Yes 1 No

c program to print a name without using semicolon ..

Answer / nirbhay gupta

#define $ ;
main()
{
printf("i am Nirbhay Gupta")$
printf("right")$
}

Is This Answer Correct ?    5 Yes 18 No

Post New Answer

More C Interview Questions

How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


What is malloc and calloc?

0 Answers  


How do shell structures work?

0 Answers  


What is c language and why we use it?

0 Answers  


What is an operator?

0 Answers  


List some applications of c programming language?

0 Answers  


What is unsigned int in c?

0 Answers  


question-how to run a c programme.

6 Answers  


What’s the special use of UNIONS?

0 Answers   ADP,


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,


What is c standard library?

0 Answers  


print the palindrome numbers in between 0 to n

1 Answers  


Categories