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

without a terminator how can we print a message in a printf
() function.

Answer Posted / lucky

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

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can I prevent another program from modifying part of a file that I am modifying?

1140


What are identifiers c?

1142


What does a function declared as pascal do differently?

1220


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

1283


What are run-time errors?

1174


What are the applications of c language?

1123


How many types of functions are there in c?

1226


What is a good way to implement complex numbers in c?

1088


What is getche() function?

1088


Apart from dennis ritchie who the other person who contributed in design of c language.

1475


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2530


What is a file descriptor in c?

1196


What is this infamous null pointer, anyway?

1102


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

1377


Tell me what are bitwise shift operators?

1172