Answer Posted / guest
int a[10];
int *ptr=a[0];
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are local variables c?
Why is c so popular?
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
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Which type of language is c?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Explain how do you view the path?
What is the right type to use for boolean values in c? Is there a standard type?
What does %p mean c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
write a program to concatenation the string using switch case?
What is wrong with this declaration?
What is a stream water?
What tq means in chat?
What does sizeof int return?