Answer Posted / anantha sharma
Pointer is a variable that holds address of a memory location
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
Was 2000 a leap year?
C program to find all possible outcomes of a dice?
What is difference between structure and union in c?
What is n in c?
What is scanf () in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
difference between object file and executable file
When is a void pointer used?
Write a program to print fibonacci series without using recursion?
What is #include cctype?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Does c have class?
What is pointer to pointer in c?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.