What is a pointer?
Answer / gsrinivas
pointer is variable which stores the address of the memory
location
Is This Answer Correct ? | 26 Yes | 2 No |
Are the variables argc and argv are local to main?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
How to add two numbers with using function?
What is the difference between array and structure in c?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
Explain what is operator promotion?
What’s the special use of UNIONS?
Do you know null pointer?
What is string function in c?
What language is lisp written in?
What is Bitwise Operator and how it works?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c