what is disadvantage of pointer in C
Answer Posted / patel arbaz
The value of pointer can be changed at any given time using
call by reference
and the answer may get wrong....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
string reverse using recursion
What is the difference between fread buffer() and fwrite buffer()?
Did c have any year 2000 problems?
Explain the difference between call by value and call by reference in c language?
What are external variables in c?
How can I trap or ignore keyboard interrupts like control-c?
How many types of operator or there in c?
Where can I get an ansi-compatible lint?
What are the advantages of using macro in c language?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is static volatile in c?
Is c object oriented?
What is the significance of c program algorithms?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What are the key features in c programming language?