Answer Posted / mukesh kumar
pointer is variable it contain's or store the address of
other variable.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Do you know the difference between malloc() and calloc() function?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What are the types of macro formats?
Describe the header file and its usage in c programming?
Explain what are binary trees?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Explain how can I make sure that my program is the only one accessing a file?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Can a program have two main functions?
What is character constants?
Is int a keyword in c?
What is volatile variable in c?
What is array of structure in c?
What are identifiers and keywords in c?