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 / ankit
it will show compiler error as we are trying to assign integer value to pointer variable.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
When should a type cast not be used?
What is queue in c?
Is there sort function in c?
What is the sizeof () a pointer?
Explain the use of fflush() function?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Are enumerations really portable?
Explain the use of bit fieild.
Can you explain the four storage classes in C?
What is c basic?
can any one tel me wt is the question pattern for NIC exam
How old is c programming language?
where are auto variables stored? What are the characteristics of an auto variable?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Explain how are 16- and 32-bit numbers stored?