Answer Posted / rams
Pointer is a variable that can store the address of another variable to which it's pointing
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of main() function?
Where are c variables stored in memory?
What is difference between %d and %i in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is ambagious result in C? explain with an example.
What kind of structure is a house?
What is structure pointer in c?
What are the ways to a null pointer can use in c programming language?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
How do I get a null pointer in my programs?
Can you assign a different address to an array tag?
What is a stream water?
Which built-in library function can be used to match a patter from the string?
how can use subset in c program and give more example
What are predefined functions in c?