Answer Posted / roshan
In a simple word.....
A pointer is a variable which is store the address of another variable.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What header files do I need in order to define the standard library functions I use?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are global variables?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Explain what is the advantage of a random access file?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is difference between && and & in c?
Is javascript based on c?
How can I determine whether a machines byte order is big-endian or little-endian?
Write a program to swap two numbers without using the third variable?
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
Which one would you prefer - a macro or a function?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
largest Of three Number using without if condition?
how to write a c program to print list of fruits in alpabetical order?