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

#include<stdio.h>
main()
{
if(Printf("Here is the message without terminator"))
{
}
}

Is This Answer Correct ?    19 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pre-emptive data structure and explain it with example?

3672


Explain the use of #pragma exit?

1136


When should you not use a type cast?

1077


Does c have circular shift operators?

1194


Explain Function Pointer?

1113


What is data structure in c language?

1072


How do we open a binary file in Read/Write mode in C?

1200


What is the difference between printf and scanf in c?

1302


The difference between printf and fprintf is ?

1227


What is "Duff's Device"?

1128


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

1102


Write a program to check palindrome number in c programming?

976


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5905


What does the file stdio.h contain?

1014


Is c is a high level language?

1144