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
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
in iso what are the common technological language?
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
What is LINKED LIST? How can you access the last element in a linked list?
How can I implement a delay, or time a users response, with sub-second resolution?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Is array a primitive data type in c?
What is c basic?
Which header file is used for clrscr?
Can a pointer be static?
Explain what is the difference between null and nul?
Why do we use int main?
How is a null pointer different from a dangling pointer?
What is the heap in c?