Without using main fn and semicolon,print remainder for a
given number in C language

Answer Posted / swamy

we can not print any number with out using main function
and semicolon.
I think

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a c token and types of c tokens?

592


if p is a string contained in a string?

1406


What is selection sort in c?

612


What does p mean in physics?

586


differentiate built-in functions and user – defined functions.

629






What are the different properties of variable number of arguments?

669


What is the best way to store flag values in a program?

581


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

585


What is the right type to use for boolean values in c? Is there a standard type?

567


What is the difference between int main and void main?

576


Why can’t constant values be used to define an array’s initial size?

837


What is structure of c program?

608


What is a stream water?

659


Why doesnt this code work?

619


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1425