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 / abhradeep chatterjee

#include<stdio.h>
void main()
{
if(printf("Hello")){}
}
this is the correct answer.

Is This Answer Correct ?    22 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 4 types of functions?

1108


What do you understand by friend-functions? How are they used?

1250


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2016


What does typeof return in c?

1158


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

3306


What are the advantages of the functions?

1218


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

2081


What is realloc in c?

1163


What is the difference between c and python?

1229


What are extern variables in c?

1035


Process by which one bit pattern in to another by bit wise operation is?

1222


Why is c so popular?

1206


Can include files be nested?

1153


What do you understand by normalization of pointers?

1101


Can you please explain the difference between strcpy() and memcpy() function?

1118