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

write c program without semicolon

Answer Posted / s.venmathi

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

Is This Answer Correct ?    20 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is logical error?

1183


Can we access the array using a pointer in c language?

1088


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

2213


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2176


Explain what are the advantages and disadvantages of a heap?

1124


Why can’t we compare structures?

1320


Why is %d used in c?

1056


What are the types of functions in c?

1034


What is pointers in c?

1160


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

16913


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

1202


What is pointer to pointer in c with example?

1149


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

1197


How many types of sorting are there in c?

1111


Compare interpreters and compilers.

1111