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 / chandanakurukunda

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

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In C programming, what command or code can be used to determine if a number of odd or even?

992


Why is c called c not d or e?

1052


#include { printf("Hello"); } how compile time affects when we add additional header file .

1855


What is the purpose of sprintf() function?

1056


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1056


What is the use of bit field?

1120


Explain how can you be sure that a program follows the ansi c standard?

1399


What is the difference between array and pointer?

969


What is the most efficient way to count the number of bits which are set in an integer?

1003


"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

1062


Why is c not oop?

930


What are lookup tables in c?

953


What is selection sort in c?

1021


Why c is called procedure oriented language?

1001


Write a program to swap two numbers without using the third variable?

1018