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

can we print any string in c language without using
semicolon(;)(terminator) in whole program.

Answer Posted / taruna chaudhary

#include<stdio.h>
void main()
{
clrscr();
if("printf(hello pushpendra)")
getch();
}

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a shell structure examples?

1148


Write the control statements in C language

1281


Does c have an equivalent to pascals with statement?

1066


What are the types of data structures in c?

1212


Why use int main instead of void main?

1180


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1689


explain what is a newline escape sequence?

1143


What do you mean by scope of a variable in c?

1055


What is the benefit of using #define to declare a constant?

1150


What is the purpose of void in c?

1109


What is modifier & how many types of modifiers available in c?

1074


What are compound statements?

1243


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

1264


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

1156


Which is better between malloc and calloc?

1254