Answer Posted / rashmi
# include <stdio.h>
main()
{
printf("%d");
}
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain what are compound statements?
What are the ways to a null pointer can use in c programming language?
What is a void pointer in c?
What header files do I need in order to define the standard library functions I use?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is the main difference between calloc () and malloc ()?
What is main return c?
Is Exception handling possible in c language?
Write a program to check whether a number is prime or not using c?
What is dangling pointer in c?
Where local variables are stored in c?
What is a floating point in c?
Is file a keyword in c?
Describe static function with its usage?
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