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

Explain union. What are its advantages?

1125


Is that possible to store 32768 in an int data type variable?

1133


What are loops c?

1098


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

2055


What does void main return?

1193


is it possible to create your own header files?

1163


How can you tell whether two strings are the same?

1307


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

2057


What is a program flowchart?

1279


How can I use a preprocessorif expression to ?

1110


Explain the difference between exit() and _exit() function?

1210


Why is python slower than c?

1132


Does * p ++ increment p or what it points to?

1188


What is volatile c?

1085


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

1127