Answer Posted / shekar
a pointer is a variable that stores the address of another
variable. we can a pointer to any variable ..
Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Why do we use pointer to pointer in c?
Is c is a middle level language?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
List some applications of c programming language?
Is file a keyword in c?
What is volatile variable in c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Apart from dennis ritchie who the other person who contributed in design of c language.
What are identifiers c?
What is the difference between scanf and fscanf?
How can I find the modification date of a file?
What is pointer and structure in c?
What is sizeof return in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Write a program to reverse a given number in c?