explain what is a newline escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of macro program
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is p in text message?
What is the difference between local variable and global variable in c?
What is the advantage of c?
what is computer
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
out put of printf(ā%dā,printf(ram));
What is sizeof return in c?
What is the scope of an external variable in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.