int *p=20;
if u print like dis printf("%d",p);
o\p:- 20; how is it possible?
plz give me the explanation.
Answer Posted / jack
It will not compile. You cant do int *p = 20;
| Is This Answer Correct ? | 12 Yes | 18 No |
Post New Answer View All Answers
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Can we add pointers together?
How can I convert a number to a string?
In c language can we compile a program without main() function?
What are the main characteristics of c language describe the structure of ac program?
What is difference between structure and union in c programming?
What does 4d mean in c?
Explain how do you print an address?
What is null pointer constant?
hi any body pls give me company name interview conduct "c" language only
When should you not use a type cast?
What is use of #include in c?
Explain what is the difference between text files and binary files?
What is meant by preprocessor in c?
Is c++ based on c?