What are the advantages of using macro in c language?
No Answer is Posted For this Question
Be the First to Post Answer
multiple of 9 without useing +,* oprator
What are header files in c programming?
what is the difference b/w compiler and debugger?
What does the format %10.2 mean when included in a printf statement?
What is the condition that is applied with ?: Operator?
What is character set?
What is sizeof in c?
What is a structural principle?
write a program to print infinte number
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
How #define works?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????