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 / thunder

GIVES THE ERROR DURING COMPILATION.
*P means IT CAN STORE ADDRESS NOT ANY INTEGER VALUE.

Is This Answer Correct ?    6 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is void a keyword in c?

745


Explain how do you determine whether to use a stream function or a low-level function?

811


Sir i need notes for structure,functions,pointers in c language can you help me please

2147


Explain what does a function declared as pascal do differently?

893


What was noalias and what ever happened to it?

763






a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

823


Can include files be nested?

816


What is #include stdlib h?

838


What does %d do in c?

719


In c programming language, how many parameters can be passed to a function ?

840


What are external variables in c?

754


What is difference between structure and union in c programming?

753


How can I call a function with an argument list built up at run time?

886


What are control structures? What are the different types?

810


Explain why C language is procedural?

945