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

#include<stdio.h>
#include<conio.h>
main()
{
if("adesh")
{
}
}

Is This Answer Correct ?    7 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1646


What are the different categories of functions in c?

1082


Explain how can I convert a string to a number?

1025


What is the difference between void main and main in c?

1096


What's a good way to check for "close enough" floating-point equality?

1095


How many header files are in c?

983


how to write optimum code to divide a 50 digit number with a 25 digit number??

3204


Is array a primitive data type in c?

1001


Compare interpreters and compilers.

1028


What does static variable mean in c?

1060


In c language can we compile a program without main() function?

1057


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

2025


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

1157


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1419


What is formal argument?

1092